Пример #1
0
 public TelaController()
 {
     this._bus                   = new TelaBusiness();
     this._busperfil             = new PerfilBusiness();
     this._busPerfilTelaBusiness = new PerfilTelaBusiness();
 }
Пример #2
0
 public PermissaoController()
 {
     this._busTela       = new TelaBusiness();
     this._busPerfil     = new PerfilBusiness();
     this._busPerfilTela = new PerfilTelaBusiness();
 }