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