Ejemplo n.º 1
0
 public IEnumerable <Client> GetNeedClients(int idClient)
 {
     return(_clientDao.GetNeedClients(idClient));
 }