operation-contract
Is it necessary for me to write [OperationContract] over every method in my WCF Service?
For example, is this correct? [OperationContract] bool IsHappy(string userID); bool IsSad(string userID);[详细]
2022-12-28 00:55 分类:问答
For example, is this correct? [OperationContract] bool IsHappy(string userID); bool IsSad(string userID);[详细]