public bool DeleteTheLoai(string matheloai)
 {
     return(objTheLoai.DeleteRow(matheloai));
 }
Exemple #2
0
 public void DeleteRowTest()
 {
     Assert.IsTrue(theLoaiSachTable.DeleteRow("TL02"));
 }