Beispiel #1
0
 public Bills BillsGetByID(int Id)
 {
     return(_billsRepository.BillsGetByID(Id));
 }