Exemple #1
0
 internal int DeleteSubjectFromEmployee(int eId, int sId)
 {
     return(_dbEmployee.DeleteSubjectFromEmployee(eId, sId));
 }