示例#1
0
 public AuthRepository(TodoContext context)
 {
     this._context     = context;
     this._objSecurity = new RijndaelAlgorithm();
     this._objConf     = new ConfiguracionRepository(this._context);
 }
示例#2
0
 public UserRepository(TodoContext context)
 {
     this._context = context;
     this._objConf = new ConfiguracionRepository(this._context);
 }