Example #1
0
 public SellerService(AnduinoContext context)
 {
     _context = context;
 }
 public SeedingService(AnduinoContext context)
 {
     _context = context;
 }
Example #3
0
 public DepartmentsController(AnduinoContext context)
 {
     _context = context;
 }