示例#1
0
 public IEnumerable <Invoice> GetAll()
 {
     return(invoiceDao.GetAll());
 }