コード例 #1
0
 public AccountController()
 {
     _context         = new LoHoiDaiLucDbContext();
     _identityContext = new LoHoiDaiLucIdentityContext();
 }
コード例 #2
0
 public RolesController(LoHoiDaiLucIdentityContext identityContext)
 {
     this._idenityContext = identityContext;
 }