コード例 #1
0
 public CustomerOrderHistoryService(ICustomerOrderHistoryRepository customerOrderHistoryRepository)
 {
     _customerOrderHistoryRepository = customerOrderHistoryRepository;
 }
コード例 #2
0
 public CustomerOrderHistoryBL(ICustomerOrderHistoryRepository repo)
 {
     _repo = repo;
 }