Esempio n. 1
0
 public DepartmentsController(ProjetoMVC1Context context)
 {
     _context = context;
 }
 public DepartmentService(ProjetoMVC1Context context)
 {
     _context = context;
 }
Esempio n. 3
0
 public SellerService(ProjetoMVC1Context context)
 {
     _context = context;
 }
Esempio n. 4
0
 public SeedingService(ProjetoMVC1Context context)
 {
     _context = context;
 }
 public SalesRecordsService(ProjetoMVC1Context context)
 {
     _context = context;
 }