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