コード例 #1
0
 public SellerService(WalmartContext contex)
 {
     _context = contex;
 }
コード例 #2
0
 public DepartmentService(WalmartContext context)
 {
     _context = context;
 }
コード例 #3
0
 public DepartmentsController(WalmartContext context)
 {
     _context = context;
 }