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调用。