Hi,
I have a simple class in my WCF service that doesn't seem to be showing up properly for the client that accesses my WCF.
My class has 4 public properties that are of type string.
I marked the class with [DataContract()] and each member with [DataMember].
Why is my constructor not visible? Is there a special [attribute] for constructors?