Exemplo n.º 1
0
 public IEnumerable <ITransaction> GetBillTransactions(int id)
 {
     return(_context.GetBillTransactions(id));
 }