Ejemplo n.º 1
0
 public abstract int UpdateStudentHighSchoolDetails(StudentHighSchoolProperty objStudentHighSchoolProperty,
                                                    int userId, out string errmsg);
Ejemplo n.º 2
0
 public abstract int InsertStudentHighSchoolDetails(StudentHighSchoolProperty objStudentHighSchoolProperty, int userId, out string errMsg);