I want to use MembershipUser class for this,but in core I am not able to do so. What is the alternative for this
public static void SendResetEmail(MembershipUser user, ControllerContext controllerContext)
{
//some code
}
I want to use MembershipUser class for this,but in core I am not able to do so. What is the alternative for this
public static void SendResetEmail(MembershipUser user, ControllerContext controllerContext)
{
//some code
}