コード例 #1
0
 public DepartmentsController(BusinessUtilsMvcContext context)
 {
     _context = context;
 }
コード例 #2
0
 public SeedingService(BusinessUtilsMvcContext context)
 {
     _context = context;
 }
コード例 #3
0
 // construtor
 public SalesRecordService(BusinessUtilsMvcContext context)
 {
     _context = context;
 }
コード例 #4
0
 // construtor
 public SellersService(BusinessUtilsMvcContext context)
 {
     _context = context;
 }
コード例 #5
0
 // construtor
 public DepartmentService(BusinessUtilsMvcContext context)
 {
     _context = context;
 }