Exemplo n.º 1
0
 public ITransaction GetTransactionById(int id, int billId)
 {
     return(_context.GetTransactionById(id, billId));
 }