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