Beispiel #1
0
 public GirlController(LifeContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public StaffMemberController(LifeContext context)
 {
     _context = context;
 }
 public InventoryController(LifeContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public ClientController(LifeContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public SupervisorController(LifeContext context)
 {
     _context = context;
 }