Ejemplo n.º 1
0
 public int InsertData(EntityKhachHang KH)
 {
     return(da.InsertData(KH));
 }