예제 #1
0
 public ProjectStatusRepository(IPCSContext context) : base(context)
 {
 }
예제 #2
0
 public SafetyIssueRepository(IPCSContext context) : base(context)
 {
 }
예제 #3
0
 public BudgetRepository(IPCSContext context) : base(context)
 {
 }
예제 #4
0
 public StateRepository(IPCSContext context) : base(context)
 {
 }
예제 #5
0
 public EntityRepository(IPCSContext context) : base(context)
 {
 }
예제 #6
0
 public CountryRepository(IPCSContext context) : base(context)
 {
 }
예제 #7
0
 public ProjectActivityRepository(IPCSContext context) : base(context)
 {
 }
 public WeatherConditionRepository(IPCSContext context) : base(context)
 {
 }
예제 #9
0
 public CurrencyRepository(IPCSContext context) : base(context)
 {
 }
예제 #10
0
 public ProjectLocationRepository(IPCSContext context) : base(context)
 {
 }
 public ProjectPropertyRepository(IPCSContext context) : base(context)
 {
 }
 public ProjectInformationRepository(IPCSContext context) : base(context)
 {
 }
 public ProjectCertificationRepository(IPCSContext context) : base(context)
 {
 }
 public ProjectDailyReportRepository(IPCSContext context) : base(context)
 {
 }
 public ProjectContactRepository(IPCSContext context) : base(context)
 {
 }
예제 #16
0
 public ProjectOrderRepository(IPCSContext context) : base(context)
 {
 }