Unity三四层可切换结构设计
2016-03-29 20:38:43 4 举报
u3d三四层可切换结构设计
作者其他创作
大纲/内容
Service
业务操作,增删查改
IDbContext
+ Create()+ Update()+ Delete()+ QueryWhere()
Business
ILogic
EF4_ObjectContext
U线
Repository
数据库操作,增删查改
UI-Unity程序
IOC配置调用实现包括:ILogic的实现和IDbContext的实现
Oracle
EF6_DbContext
Model
Tables
EF4用于.net框架3.5即Unity中使用。EF6用于.net框架4.6即通过Service让Unity调用。
收藏
收藏
0 条评论
下一页
为你推荐
查看更多