Ejemplo n.º 1
0
 public async Task DeleteLoanLineItemAsync(int id, int loanId)
 => await loanRepo.DeleteLoanLineItemAsync(id, loanId);