Exemplo n.º 1
0
 public bool KhuVuc_Update(int id, string ten, string mota)
 {
     return(_KhuVucDAO.Update(id, ten, mota));
 }