示例#1
0
 public bool KhuVuc_Insert(string ten, string mota)
 {
     return(_KhuVucDAO.Insert(ten, mota));
 }