예제 #1
0
 public Task <IEnumerable <Rent> > GetRentsByCustomer(int customerId)
 {
     return(rentRepository.GetRentsByCustomer(customerId));
 }