예제 #1
0
 public PerfilRepositorio(SCAContext context)
 {
     this._context = context;
 }
예제 #2
0
 public PermissaoRepositorio(SCAContext context)
 {
     this._context = context;
 }
 public FuncionalidadeRepositorio(SCAContext context)
 {
     this._context = context;
 }
예제 #4
0
 public CidadeRepositorio(SCAContext context)
 {
     this._context = context;
 }
예제 #5
0
 public UsuarioRepositorio(SCAContext context)
 {
     this._context = context;
 }