コード例 #1
0
 public TodoTasksController(AuthenticationContex context)
 {
     _context = context;
 }
コード例 #2
0
 public PeopleGoingController(AuthenticationContex context, UserManager <ApplicationUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }
コード例 #3
0
 public ShareEventsController(AuthenticationContex context, UserManager <ApplicationUser> userManager)
 {
     _context     = context;
     _userManager = userManager;
 }