yavsc/ZicMoove/ZicMoove/Model/Auth/passwrecovery.cs

11 lines
247 B
C#

using System;
namespace BookAStar.Model.Auth.Account
{
public partial class passwrecovery
{
public string pkid { get; set; }
public DateTime creation { get; set; }
public string one_time_pass { get; set; }
}
}