Esempio n. 1
0
 public async Task <IList <Loan> > FindByUserId(long userId)
 {
     return(await loanRepository.FindByUserId(userId));
 }