예제 #1
0
 //Deletes a trainee by the Id, Delete only needs the id of Trainee
 public int DeleteStudent(int id)
 {
     return(rsc.DeleteTrainee(id));
 }