Exemplo n.º 1
0
 public SalesRecordService(MVCUDEMYContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public DepartmentService(MVCUDEMYContext context)
 {
     _context = context;
 }
 public SellerService(MVCUDEMYContext context)
 {
     _context = context;
 }
 public DepartmentsController(MVCUDEMYContext context)
 {
     _context = context;
 }