示例#1
0
 protected CrmManageRepository()
 {
     base.DbContext = EFContextFactory.GetCrmManageDbContext();
 }
示例#2
0
 protected CrmBusinessRepository()
 {
     base.DbContext = EFContextFactory.GetCrmBusinessDbContext();
 }