11 lines
231 B
C#
11 lines
231 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace Yavsc.Models
|
||
|
|
{
|
||
|
|
public partial class passwrecovery
|
||
|
|
{
|
||
|
|
public string pkid { get; set; }
|
||
|
|
public DateTime creation { get; set; }
|
||
|
|
public string one_time_pass { get; set; }
|
||
|
|
}
|
||
|
|
}
|