Exemple #1
0
 public int ThemMon(string mamon, string tenmon)
 {
     tsda = new ThiSinhDA();
     return(tsda.ThemMon(mamon, tenmon));
 }