示例#1
0
 public SeedingService(Aula223Context context)
 {
     _context = context;
 }
 public DepartmentsController(Aula223Context context)
 {
     _context = context;
 }
示例#3
0
 public SellerService(Aula223Context context)
 {
     _context = context;
 }
示例#4
0
 public SalesRecordService(Aula223Context context)
 {
     _context = context;
 }
示例#5
0
 public DepartmentService(Aula223Context context)
 {
     _context = context;
 }