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