WCF Code:
[OperationContract] void InsertCustomer(String name); [OperationContract] void UpdateCustomer(int id, string name);