コード例 #1
0
 // Insert Registration Method Call.
 public bool InsertRegisterationData(string FullName, string Username, string Email, string Password, string Contact, string Age, string Gander, string Image)
 {
     return(ClassObject.InsertRegisterationData(FullName, Username, Email, Password, Contact, Age, Gander, Image));
 }