コード例 #1
0
 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;
 }