Exemplo n.º 1
0
 public bool ThemKhuVucBUS(ref string err, KhuVucO kv)
 {
     return(khuVucDAO.ThemKhuVuc(ref err, kv));
 }
Exemplo n.º 2
0
 public bool ThemKhuVuc(KhuVuc k)
 {
     return(kv.ThemKhuVuc(k));
 }
Exemplo n.º 3
0
 public static bool KiemTraThem(KhuVucDTO kv)
 {
     KhuVucDAO.ThemKhuVuc(kv);
     return(true);
 }