Beispiel #1
0
 public DepartmentsController(SalesWebMvccContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SeendingService(SalesWebMvccContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public SellerServices(SalesWebMvccContext context)
 {
     _context = context;
 }
 public DepartmentService(SalesWebMvccContext context)
 {
     _context = context;
 }