public int Insert(KhachHang obj)
 {
     return(dal.Insert(obj));
 }
예제 #2
0
 public bool Insert(KhachHang kh)
 {
     return(dal.Insert(kh));
 }