예제 #1
0
 public SimularAcessoEscopo()
 {
     PortalUsuariosSet    = new PortalUsuariosSet(UnitOfWork);
     UnidadeEscolarSet    = new UnidadeEscolarSet(UnitOfWork);
     PortalGruposSet      = new PortalGruposSet(UnitOfWork);
     PessoaSet            = new PessoaSet(UnitOfWork);
     SimularAcessoNegocio = new SimularAcessoNegocio();
 }
 public PortalTipoAcessoEscopo()
 {
     PessoaSet = new PessoaSet(UnitOfWork);
     PortalTipoAcessoNegocio = new PortalTipoAcessoNegocio();
 }
예제 #3
0
 public LoginEscopo()
 {
     PessoaSet = new PessoaSet(UnitOfWork);
     PortalSistemasIconeMenuSet = new PortalSistemasIconeMenuSet(UnitOfWork);
     LoginNegocio = new LoginNegocio();
 }