Ejemplo n.º 1
0
 public IdentityUserRepository()
 {
     this.queryRepository = new SqlServerQueryRepository();
     this.repository      = new SqlServerRepository();
 }