예제 #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;
 }
예제 #3
0
 public EmployeeWorkHistoryRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #4
0
 public PermissionRecord_MembershipRole_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
 public MSDS_HazardousSubstancesRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #6
0
 public MembershipUser_EmailTaskType_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #7
0
 public CategoryRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
 public MembershipUser_Company_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #9
0
 public MembershipRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #10
0
 public MenuItemRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #11
0
 public MSDS_CustomerRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #12
0
 public FunctionRecordRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #13
0
 public MSDS_WorkStationRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #14
0
 public MSDS_CompositionRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #15
0
 public EmailRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #16
0
 public HospitalCalendarRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #17
0
 public MSDS_H_StatementRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #18
0
 public CompanyOrder_Employee_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #19
0
 public EmployeeBaseInfoRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #20
0
 public HealthResultRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #21
0
 public CompanyOrderRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #22
0
 public CompanyEmployeeRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
 public MSDS_Substance_ExposureLimitRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #24
0
 public PermissionRecordRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #25
0
 public MSDS_WorkShopRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #26
0
 public MSDS_SpecificationRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
예제 #27
0
 public AutoTaskRepository(ICHCContext context)
 {
     this._context = context as CHCContext;
 }
예제 #28
0
파일: LawRepository.cs 프로젝트: junlu3/CMS
 public LawRepository(ICHCContext context)
 {
     this._context = context as CHCContext;
 }