コード例 #1
0
 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);
 }
コード例 #2
0
 public CMYoung()
 {
     this.Young = new PMYoung();
 }
コード例 #3
0
 public CMEvent()
 {
     this.Event = new PMEvent();
       this.Young = new PMYoung();
 }