在MVC Web应用程序中,我们倾向于使用具有多个层的体系结构 . 我喜欢使用一个服务层来封装业务逻辑,并在下面有数据访问层等 .

服务层可以由多个前端使用 .

由于azure移动应用程序使用 TableController ,它在数据库表或DTO上提供CRUD操作,因此无法使用服务层 .

Are there any approaches on how to use azure mobile apps in large business applications with multi layer architectures?