Example #1
0
 public ICollection <Perfil> GetPerfis(string nome)
 {
     return(_perfilRepositorio.GetPerfis(nome));
 }