Exemplo n.º 1
0
 internal int AddSubjectToEmployee(int eId, int sId)
 {
     return(_dbEmployee.AddSubjectToEmployee(eId, sId));
 }