Example #1
0
 public int Delete(Student stu)
 {
     return(facade.Delete(stu));
 }
Example #2
0
 public int Delete(Teacher tch)
 {
     return(facade.Delete(tch));
 }