コード例 #1
0
 public IList <Bills> BillsGetAll()
 {
     return(_billsService.BillGetAll());
 }