コード例 #1
0
 public UserIsAdminUserHandler(Hybridauthcustomapp_V1_Context applicationContext)
 {
     _applicationContext = applicationContext;
 }
 public AppUserController(Hybridauthcustomapp_V1_Context context, IHostingEnvironment environment)
 {
     _context     = context;
     _environment = environment;
 }
 public UserRoleController(Hybridauthcustomapp_V1_Context context)
 {
     _context = context;
 }
コード例 #4
0
 public UserIsPrivilegedUserHandler(Hybridauthcustomapp_V1_Context applicationContext)
 {
     _applicationContext = applicationContext;
 }