Exemplo n.º 1
0
 public static bool KiemTraSua(KhuVucDTO kv)
 {
     if (string.IsNullOrEmpty(kv.TenKhuVuc.ToString()) || KhuVucDAO.SuaKhuVuc(kv) == 0)
     {
         return(false);
     }
     return(true);
 }
Exemplo n.º 2
0
 public static bool KiemTraThem(KhuVucDTO kv)
 {
     KhuVucDAO.ThemKhuVuc(kv);
     return(true);
 }