Exemplo n.º 1
0
 public async Task <string> AddPayment(string accountCode, string cashCode, DateTime paidOn, decimal toPay) => await _context.AddPayment(CashAccountCode, accountCode, cashCode, paidOn, toPay);