Exemplo n.º 1
0
 public void DeleteTransaction(int id, int billId)
 {
     _context.DeleteTransaction(id, billId);
 }