コード例 #1
0
 public TestController(TestDbContent dbContent, IMapper mapper, UserManager <IdentityUser> userManager,
                       SignInManager <IdentityUser> signInManager, RoleManager <IdentityRole> roleManager)
 {
     DbContent     = dbContent;
     Mapper        = mapper;
     UserManager   = userManager;
     SignInManager = signInManager;
     RoleManager   = roleManager;
 }
コード例 #2
0
ファイル: Test2Controller.cs プロジェクト: ajax-01/.entStudy
 public Test2Controller(TestDbContent dbContent, IMapper mapper)
 {
     DbContent = dbContent;
     Mapper    = mapper;
 }