Пример #1
0
 public bool BillsAddByIDTable(int Id)
 {
     return(_billsRepository.BillsAddByIDTable(Id));
 }