Example #1
0
 public bool DeleteSV(SINHVIEN sv)
 {
     return(studentDAL.DeleteSV(sv));
 }