Exemple #1
0
 public List <EGrupo> getAll(string estado)
 {
     if (string.IsNullOrWhiteSpace(estado))
     {
         return(null);
     }
     return(gDao.getAll(estado));
 }