Exemple #1
0
 public LoadTypeRepository(AemDatabaseContext context)
 {
     this.context = context;
 }
 public VillageRepository(AemDatabaseContext context)
 {
     this.context = context;
 }
 public CustomerRepository(AemDatabaseContext context)
 {
     this.context = context;
 }
 public StationRepository(AemDatabaseContext context)
 {
     this.context = context;
 }
 public FeederRepository(AemDatabaseContext context)
 {
     this.context = context;
 }
Exemple #6
0
 public TalukaRepository(AemDatabaseContext context)
 {
     this.context = context;
 }
Exemple #7
0
 public WeatherForecastController(AemDatabaseContext context)
 {
     this.context = context;
 }
Exemple #8
0
 public DistrictRepository(AemDatabaseContext context)
 {
     this.context = context;
 }
 public TransformerRepository(AemDatabaseContext context)
 {
     this.context = context;
 }