コード例 #1
0
 public void AskDoctor(int patientId, int doctorId, string problem, string problemDetails)
 {
     Mobile_AskDoctorBL objMobile_AskDoctorBL = new Mobile_AskDoctorBL();
     objMobile_AskDoctorBL.Mobile_AskDoctor(patientId, doctorId, problem, problemDetails);
 }
コード例 #2
0
    public void AskDoctor(int patientId, int doctorId, string problem, string problemDetails)
    {
        Mobile_AskDoctorBL objMobile_AskDoctorBL = new Mobile_AskDoctorBL();

        objMobile_AskDoctorBL.Mobile_AskDoctor(patientId, doctorId, problem, problemDetails);
    }