Example #1
0
 public override bool DeleteElement(Student oT)
 {
     return(mStudentDAL.DeleteElement(oT));
 }