Beispiel #1
0
 public PoolController(DbPoolDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public DataTypeController(DbPoolDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public PoolStatusEmailController(DbPoolDbContext context)
 {
     _context = context;
 }
 public StatusEmailTypeController(DbPoolDbContext context)
 {
     _context = context;
 }
 public StatusController(DbPoolDbContext context)
 {
     _context = context;
 }
Beispiel #6
0
 public UserController(DbPoolDbContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public PoolStatusPropertiesController(DbPoolDbContext context)
 {
     _context = context;
 }
Beispiel #8
0
 public PoolActionHistoryController(DbPoolDbContext context)
 {
     _context = context;
 }
 public PropertyController(DbPoolDbContext context)
 {
     _context = context;
 }