Exemple #1
0
 public Boolean Insert(KhachHang nx)
 {
     return(db.Insert(nx));
 }