示例#1
0
 /// <summary>
 ///     Initializes a new instance of the <see cref="SimpleIdentityManagerService" /> class.
 /// </summary>
 /// <param name="userManager">The user manager.</param>
 /// <param name="roleManager">The role manager.</param>
 public SimpleIdentityManagerService(AspNetIdentity.UserManager userManager, RoleManager roleManager)
     : base(userManager, roleManager)
 {
 }
 /// <summary>
 ///     Initializes a new instance of the <see cref="UserService" /> class.
 /// </summary>
 /// <param name="userMgr">The user MGR.</param>
 public UserService(AspNetIdentity.UserManager userMgr)
     : base(userMgr)
 {
 }