public SalesRecordService(VendasWEBMVC1Context context)
 {
     _context = context;
 }
 public DepartmentsController(VendasWEBMVC1Context context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public SeedingService(VendasWEBMVC1Context context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public DepartmentService(VendasWEBMVC1Context context)
 {
     _context = context;
 }
Exemplo n.º 5
0
 public SellerService(VendasWEBMVC1Context context)
 {
     _context = context;
 }