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