Beispiel #1
0
 public static bool KiemTraXoa(int makv)
 {
     if (KhuVucDAO.XoaKhuVuc(makv) == 0)
     {
         return(false);
     }
     return(true);
 }
Beispiel #2
0
 public bool XoaKhuVuc(int id)
 {
     return(kv.XoaKhuVuc(id));
 }
Beispiel #3
0
 public bool XoaKhuVucBUS(ref string err, KhuVucO kv)
 {
     return(khuVucDAO.XoaKhuVuc(ref err, kv));
 }