refact.
This commit is contained in:
12
Yavsc.Server/ViewModels/Account/ForgotPasswordViewModel.cs
Normal file
12
Yavsc.Server/ViewModels/Account/ForgotPasswordViewModel.cs
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace Yavsc.ViewModels.Account
|
||||
{
|
||||
public class ForgotPasswordViewModel
|
||||
{
|
||||
[Required]
|
||||
[StringLength(512)]
|
||||
public string LoginOrEmail { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user