Example #1
0
 public int DeleteCauHoi(string macauhoi)
 {
     tsda = new ThiSinhDA();
     return(tsda.DeleteCauHoi(macauhoi));
 }