Beispiel #1
0
 public int Delete(Professor obj)
 {
     return(_IDAO.Delete(obj));
 }