Exemplo n.º 1
0
 public AuthRepository()
 {
     _ctx         = new SocialTapContext();
     _userManager = new UserManager <SocialTapUser>(new UserStore <SocialTapUser>(_ctx));
 }