public SalesRecordService(VendasProjetoFbUniContext context)
 {
     _context = context;
 }
 public DepartmentService(VendasProjetoFbUniContext context)
 {
     _context = context;
 }
示例#3
0
 public SeedingService(VendasProjetoFbUniContext context)
 {
     _context = context;
 }
 public DepartmentsController(VendasProjetoFbUniContext context)
 {
     _context = context;
 }
 public SellerService(VendasProjetoFbUniContext context)
 {
     _context = context;
 }