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