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