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