Ejemplo n.º 1
0
 public virtual IList <Client> GetAllClient()
 {
     return(entityDao.GetAllClient(false));
 }