Exemplo n.º 1
0
 public InfraUserStore(InfraEntities ctx)
 {
     _userbl  = new IdentityUserBL(ctx);
     _loginbl = new IdentityLoginBL(ctx);
 }
Exemplo n.º 2
0
 public IdentityLoginController(IIdentityLoginBL bl)
 {
     _bl = bl;
 }