コード例 #1
0
 public void AddPatient(Patient Patient)
 {
     PatientRepos.Insert(Patient);
 }
コード例 #2
0
 public void AddRendezvous(Rendez Rendezvous)
 {
     RendezRepos.Insert(Rendezvous);
 }
コード例 #3
0
 public void AddComtab(Comtab Comtab)
 {
     ComtabRepos.Insert(Comtab);
 }