Exemplo n.º 1
0
 public bool delete(DonViTinhDTO t)
 {
     return(dao.delete(t));
 }