Beispiel #1
0
 public bool DoctorManagement(Customer customer)
 {
     return(doctorGateway.DoctorManagement(customer));
 }