public class testing : IObject
{
public testing()
}
[PrimaryKey, AutoIncrement]
public int ID { get; set; }
[MaxLength(25)]
public string Names { get; set; }
[MaxLength(40)]
public string special{ get; set; }
public string Username { get; set; }
public string Email { get; set; }
public int Phoneno { get; set; }
[MaxLength(20)]
public string Password { get; set; }
[MaxLength(30)]
public string Confirmpassword { get; set; }
public string Address { get; set; }
public class model1 : IObject
public model1()
public int testingid { get; set; }
public string Name { get; set; }