コード例 #1
0
ファイル: LoanService.cs プロジェクト: Elshan94/LoanApp
 public Task <IEnumerable <Loan> > GetAllWithClients()
 {
     return(_loan.GetAllWithClients());
 }