Beispiel #1
0
 public IList <Bills> BillsIsNotPayment()
 {
     return(_billsService.BillIsNotPayment());
 }