Example #1
0
 public UsuarioRepositorySearchByIdEF(PlataformaWebApiContext context) : base(context)
 {
 }
Example #2
0
 public CredencialesRepositoryEF(PlataformaWebApiContext context)
 {
     this._context = context;
 }
Example #3
0
 public UsuarioRepositoryCreateEF(PlataformaWebApiContext context) : base(context)
 {
 }
Example #4
0
 public UsuarioRepositoryEF(PlataformaWebApiContext context)
 {
     this._context = context;
 }