示例#1
0
 public IRepositoryBaseCommand <_LogAutenticacionAPI> RepositoryCommandLog()
 {
     if (this._repoCommandLog == null)
     {
         this._repoCommandLog = new RepositoryBaseCommand <_LogAutenticacionAPI>(this._contexto);
     }
     return(this._repoCommandLog);
 }
示例#2
0
 public IRepositoryBaseCommand <Token> RepositoryCommandToken()
 {
     if (this._repoCommandToken == null)
     {
         this._repoCommandToken = new RepositoryBaseCommand <Token>(this._contexto);
     }
     return(this._repoCommandToken);
 }
示例#3
0
 public IRepositoryBaseCommand <AlgoritmoDeSeguridad> RepositoryCommandAlgoritmo()
 {
     if (this._repoCommandAlgoritmo == null)
     {
         this._repoCommandAlgoritmo = new RepositoryBaseCommand <AlgoritmoDeSeguridad>(this._contexto);
     }
     return(this._repoCommandAlgoritmo);
 }
示例#4
0
 public IRepositoryBaseCommand <Aplicacion> RepositoryCommandAplicacion()
 {
     if (this._repoCommandAplicacion == null)
     {
         this._repoCommandAplicacion = new RepositoryBaseCommand <Aplicacion>(this._contexto);
     }
     return(this._repoCommandAplicacion);
 }
示例#5
0
 public IRepositoryBaseCommand <Rol> RepositoryCommandRol()
 {
     if (this._repoCommandRol == null)
     {
         this._repoCommandRol = new RepositoryBaseCommand <Rol>(this._contexto);
     }
     return(this._repoCommandRol);
 }
示例#6
0
 public IRepositoryBaseCommand <Usuario> RepositoryCommandUsuario()
 {
     if (this._repoCommandUsuario == null)
     {
         this._repoCommandUsuario = new RepositoryBaseCommand <Usuario>(this._contexto);
     }
     return(this._repoCommandUsuario);
 }