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