コード例 #1
0
 public CustomersController(PancaseContext context, ICustomerService customerService)
 {
     _context         = context;
     _customerService = customerService;
 }
コード例 #2
0
 public CustomerService(PancaseContext context)
 {
     _context = context;
 }