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