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; }
public EmployeeWorkHistoryRepository(ICHCContext context) { _context = context as CHCContext; }
public PermissionRecord_MembershipRole_MappingRepository(ICHCContext context) { _context = context as CHCContext; }
public MSDS_HazardousSubstancesRepository(ICHCContext context) { _context = context as CHCContext; }
public MembershipUser_EmailTaskType_MappingRepository(ICHCContext context) { _context = context as CHCContext; }
public CategoryRepository(ICHCContext context) { _context = context as CHCContext; }
public MembershipUser_Company_MappingRepository(ICHCContext context) { _context = context as CHCContext; }
public MembershipRepository(ICHCContext context) { _context = context as CHCContext; }
public MenuItemRepository(ICHCContext context) { _context = context as CHCContext; }
public MSDS_CustomerRepository(ICHCContext context) { _context = context as CHCContext; }
public FunctionRecordRepository(ICHCContext context) { _context = context as CHCContext; }
public MSDS_WorkStationRepository(ICHCContext context) { _context = context as CHCContext; }
public MSDS_CompositionRepository(ICHCContext context) { _context = context as CHCContext; }
public EmailRepository(ICHCContext context) { _context = context as CHCContext; }
public HospitalCalendarRepository(ICHCContext context) { _context = context as CHCContext; }
public MSDS_H_StatementRepository(ICHCContext context) { _context = context as CHCContext; }
public CompanyOrder_Employee_MappingRepository(ICHCContext context) { _context = context as CHCContext; }
public EmployeeBaseInfoRepository(ICHCContext context) { _context = context as CHCContext; }
public HealthResultRepository(ICHCContext context) { _context = context as CHCContext; }
public CompanyOrderRepository(ICHCContext context) { _context = context as CHCContext; }
public CompanyEmployeeRepository(ICHCContext context) { _context = context as CHCContext; }
public MSDS_Substance_ExposureLimitRepository(ICHCContext context) { _context = context as CHCContext; }
public PermissionRecordRepository(ICHCContext context) { _context = context as CHCContext; }
public MSDS_WorkShopRepository(ICHCContext context) { _context = context as CHCContext; }
public MSDS_SpecificationRepository(ICHCContext context) { _context = context as CHCContext; }
public AutoTaskRepository(ICHCContext context) { this._context = context as CHCContext; }
public LawRepository(ICHCContext context) { this._context = context as CHCContext; }