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