Ejemplo n.º 1
0
 public ProjectRepository(RepositoryContextOptions options) : base(options)
 {
     dataAccessorProjectStandingbook      = CreateWrapper <ProjectStandingbook>();
     dataAccessorProjectTargetCost        = CreateWrapper <ProjectTargetCost>();
     dataAccessorProjectCostIn            = CreateWrapper <ProjectCostIn>();
     dataAccessorProjectCostOut           = CreateWrapper <ProjectCostOut>();
     dataAccessorVIProjectInfo            = CreateWrapper <VIProjectStandingbook>();
     dataAccessorAboutFiles               = CreateWrapper <ProjectAboutFile>();
     dataAccessorProjectMaster            = CreateWrapper <ProjectMaster>();
     dataAccessorVIProjectMaster          = CreateWrapper <VIProjectMaster>();
     dataAccessorProjectProcurement       = CreateWrapper <ProjectProcurement>();
     dataAccessorVIProjectProcurement     = CreateWrapper <VIProjectProcurement>();
     dataAccessorProjectProcurementBQItem = CreateWrapper <ProcurementBQItem>();
     dataAccessorProjectCalculation       = CreateWrapper <ProjectCalculation>();
     dataAccessorProjectCalculationDetail = CreateWrapper <ProjectCalculationDetail>();
 }
Ejemplo n.º 2
0
 public TargetCostRepository(RepositoryContextOptions options) : base(options)
 {
     dataAccessorTargetCost         = CreateWrapper <ProjectTargetCost>();
     dataAccessorTargetCostDetail   = CreateWrapper <ProjectTargetCostDetail>();
     dataAccessorVITargetCostDetail = CreateWrapper <VIProjectTargetCost>();
 }
Ejemplo n.º 3
0
 public AccountRepository(RepositoryContextOptions options) : base(options)
 {
     dataAccessorAccountUser = CreateWrapper <AccountUser>();
 }
Ejemplo n.º 4
0
 public ResourceRepository(RepositoryContextOptions options) : base(options)
 {
     dataAccessorBasicData   = CreateWrapper <BasicData>();
     dataAccessorSupplier    = CreateWrapper <Supplier>();
     dataAccessorAccountUser = CreateWrapper <AccountUser>();
 }
Ejemplo n.º 5
0
 public SupplierRepository(RepositoryContextOptions options) : base(options)
 {
     dataAccessor = CreateWrapper <Supplier>();
 }
Ejemplo n.º 6
0
 public SettingRepository(RepositoryContextOptions options) : base(options)
 {
 }
Ejemplo n.º 7
0
 public BasicDataRepository(RepositoryContextOptions options) : base(options)
 {
     dataAccessorBasicData = CreateWrapper <BasicData>();
 }