Example #1
0
 public IList <Bills> BillGetAll()
 {
     return(_billsRepository.BillGetAll());
 }