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