Ejemplo n.º 1
0
 public Bills BillsGetByIdTable(int Id)
 {
     return(_billsService.BillsGetByIdTable(Id));
 }