using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace InstaVibe.Models { public class ForgetPasswordViewModel { public string Email { get; set; } } }