示例#1
0
 public CustomerOrderHistoryService(ICustomerOrderHistoryRepository customerOrderHistoryRepository)
 {
     _customerOrderHistoryRepository = customerOrderHistoryRepository;
 }
 public CustomerOrderHistoryBL(ICustomerOrderHistoryRepository repo)
 {
     _repo = repo;
 }