I have 3 different web services work with same class library. These three web services return same class type object. But on the client side, I'm getting 3 different object type even they are same. I can't treat them like one class type.
I think i will add a method which can take object and sets properties with object's props.
Is there any way (somethin like inheritance) ?