Exemplo n.º 1
0
 internal List <Bill> GetAll()
 {
     return(_billDao.GetAll());
 }