public SalesRecordService(VendasWEBMVC1Context context)
 {
     _context = context;
 }
 public DepartmentsController(VendasWEBMVC1Context context)
 {
     _context = context;
 }
 public SeedingService(VendasWEBMVC1Context context)
 {
     _context = context;
 }
Exemple #4
0
 public DepartmentService(VendasWEBMVC1Context context)
 {
     _context = context;
 }
 public SellerService(VendasWEBMVC1Context context)
 {
     _context = context;
 }