Beispiel #1
0
    public DataSet Mobile_GetDepartments()
    {
        Mobile_GetDepartmentsDL objMobile_GetDepartmentsDL = new Mobile_GetDepartmentsDL();

        return(objMobile_GetDepartmentsDL.Mobile_GetDepartments());
    }
 public DataSet Mobile_GetDepartments()
 {
     Mobile_GetDepartmentsDL objMobile_GetDepartmentsDL = new Mobile_GetDepartmentsDL();
     return objMobile_GetDepartmentsDL.Mobile_GetDepartments();
 }