Extra Parameters(@id,@ref) when input parameter is an object
I have a WCF service which takes object as parameter and creates account in database. when I am trying to provide data there are 2 extra fields(@Id, @Ref) other than the properties of the object as s...