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