Exemplo n.º 1
0
 public void AddPatient(Patient Patient)
 {
     PatientRepos.Insert(Patient);
 }
 public void AddRendezvous(Rendez Rendezvous)
 {
     RendezRepos.Insert(Rendezvous);
 }
Exemplo n.º 3
0
 public void AddComtab(Comtab Comtab)
 {
     ComtabRepos.Insert(Comtab);
 }