예제 #1
0
    public string Mobile_GetUpcomingMedicalTestsCount(int patientId)
    {
        Mobile_GetUpcomingMedicalTestsCountDL objMobile_GetMedicalTestsCountDL = new Mobile_GetUpcomingMedicalTestsCountDL();

        return(objMobile_GetMedicalTestsCountDL.Mobile_GetUpcomingMedicalTestsCount(patientId));
    }
 public string Mobile_GetUpcomingMedicalTestsCount(int patientId)
 {
     Mobile_GetUpcomingMedicalTestsCountDL objMobile_GetMedicalTestsCountDL = new Mobile_GetUpcomingMedicalTestsCountDL();
     return objMobile_GetMedicalTestsCountDL.Mobile_GetUpcomingMedicalTestsCount(patientId);
 }