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