Example #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;
 }
Example #6
0
 public TalukaRepository(AemDatabaseContext context)
 {
     this.context = context;
 }
Example #7
0
 public WeatherForecastController(AemDatabaseContext context)
 {
     this.context = context;
 }
Example #8
0
 public DistrictRepository(AemDatabaseContext context)
 {
     this.context = context;
 }
 public TransformerRepository(AemDatabaseContext context)
 {
     this.context = context;
 }