Esempio n. 1
0
    public DataSet Doctor_GetMedicineNameByType(int medicineTypeId)
    {
        Doctor_GetMedicineNameByTypeDL objGetMedicineNameByTypeDL = new Doctor_GetMedicineNameByTypeDL();

        return(objGetMedicineNameByTypeDL.Doctor_GetMedicineNameByType(medicineTypeId));
    }
 public DataSet Doctor_GetMedicineNameByType(int medicineTypeId)
 {
     Doctor_GetMedicineNameByTypeDL objGetMedicineNameByTypeDL = new Doctor_GetMedicineNameByTypeDL();
     return objGetMedicineNameByTypeDL.Doctor_GetMedicineNameByType(medicineTypeId);
 }