示例#1
0
 public void AddDoctor(string name_p2, string email_p2, string phone1_p2, string phone2_p2, string adress_p2, string postalcode_p2, string city_p2, string country_p2, string specialisation_p2, string cv_p2, string user_id_p2, string date_added2, string date_last_edited2)
 {
     _persistence.AddDoctor(name_p2, email_p2, phone1_p2, phone2_p2, adress_p2, postalcode_p2, city_p2, country_p2, specialisation_p2, cv_p2, user_id_p2, date_added2, date_last_edited2);
 }
示例#2
0
 public void AddDoctor(DoctorCode doctor)
 {
     _persistence.AddDoctor(doctor);
 }