Exemple #1
0
 public bool XoaThucDon(int maThucDon)
 {
     return(dao.XoaThucDon(maThucDon));
 }