Beispiel #1
0
 public DepartmentsController(SalesWeb02Context context)
 {
     _context = context;
 }
Beispiel #2
0
 public DepartmentService(SalesWeb02Context context)
 {
     _context = context;
 }
Beispiel #3
0
 public SellerService(SalesWeb02Context context)
 {
     _context = context;
 }