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