예제 #1
0
 public List <String> Get(String nome)
 {
     return(SetorUsuarioDal.BuscarPermissao(nome));
 }
예제 #2
0
 public IEnumerable <SetorUsuario> GetAll()
 {
     return(SetorUsuarioDal.GetSetorUsuario());
 }
예제 #3
0
 private void InicializaDados()
 {
     SetorUsuarioDal.GetSetorUsuario();
 }