public void Update(PMYoung Young) { DB.Update("Young" , "@Young", Young.YoungId , "@Church", Young.ChurchId , "@Name", Young.Name , "@Surnames", Young.Surnames , "@Email", Young.Email , "@Facebook", Young.Facebook , "@Birthday", Young.Birthday); }
public CMYoung() { this.Young = new PMYoung(); }
public CMEvent() { this.Event = new PMEvent(); this.Young = new PMYoung(); }