Example #1
0
        public UnitOfWorkManager(ICHCContext context)
        {
            // http://stackoverflow.com/questions/3552000/entity-framework-code-only-error-the-model-backing-the-context-has-changed-sinc
            Database.SetInitializer <CHCContext>(null);

            _context = context as CHCContext;
        }
 public MembershipUser_MembershipRole_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #3
0
 public EmployeeWorkHistoryRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #4
0
 public PermissionRecord_MembershipRole_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
 public MSDS_HazardousSubstancesRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #6
0
 public MembershipUser_EmailTaskType_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #7
0
 public CategoryRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
 public MembershipUser_Company_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #9
0
 public MembershipRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #10
0
 public MenuItemRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #11
0
 public MSDS_CustomerRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #12
0
 public FunctionRecordRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #13
0
 public MSDS_WorkStationRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #14
0
 public MSDS_CompositionRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #15
0
 public EmailRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #16
0
 public HospitalCalendarRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #17
0
 public MSDS_H_StatementRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #18
0
 public CompanyOrder_Employee_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #19
0
 public EmployeeBaseInfoRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #20
0
 public HealthResultRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #21
0
 public CompanyOrderRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #22
0
 public CompanyEmployeeRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
 public MSDS_Substance_ExposureLimitRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #24
0
 public PermissionRecordRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #25
0
 public MSDS_WorkShopRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
 public MSDS_SpecificationRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
Example #27
0
 public AutoTaskRepository(ICHCContext context)
 {
     this._context = context as CHCContext;
 }
Example #28
0
 public LawRepository(ICHCContext context)
 {
     this._context = context as CHCContext;
 }