コード例 #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;
        }
コード例 #2
0
 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;
 }
コード例 #5
0
 public MSDS_HazardousSubstancesRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
コード例 #6
0
 public MembershipUser_EmailTaskType_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
コード例 #7
0
ファイル: CategoryRepository.cs プロジェクト: junlu3/CMS
 public CategoryRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
コード例 #8
0
 public MembershipUser_Company_MappingRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
コード例 #9
0
ファイル: MembershipRepository.cs プロジェクト: junlu3/CMS
 public MembershipRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
コード例 #10
0
 public MenuItemRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
コード例 #11
0
ファイル: MSDS_CustomerRepository.cs プロジェクト: junlu3/CMS
 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
ファイル: EmailRepository.cs プロジェクト: junlu3/CMS
 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
ファイル: CompanyOrderRepository.cs プロジェクト: junlu3/CMS
 public CompanyOrderRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
コード例 #22
0
 public CompanyEmployeeRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
コード例 #23
0
 public MSDS_Substance_ExposureLimitRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
コード例 #24
0
 public PermissionRecordRepository(ICHCContext context)
 {
     _context = context as CHCContext;
 }
コード例 #25
0
ファイル: MSDS_WorkShopRepository.cs プロジェクト: junlu3/CMS
 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;
 }