public AddressRepository(PdpDbContext context)
 {
     _context = context;
 }
Пример #2
0
 public UserProfileRepository(PdpDbContext context)
 {
     _context = context;
 }
Пример #3
0
 public SmartMeterRepository(PdpDbContext context)
 {
     _context = context;
 }
Пример #4
0
 public ClusterRepository(PdpDbContext context)
 {
     _context = context;
 }
Пример #5
0
 public TariffRepository(PdpDbContext context)
 {
     _context = context;
 }
Пример #6
0
 public PowerRequestRepository(PdpDbContext context)
 {
     _context = context;
 }