WCF中可以实现泛型接口的服务契约吗?

有这样的服务契约:

 

    [ServiceContract]

    public interface IEntitySerivce<T>

    {

        [OperationContract]

        T GetEntity(int id);

    }

我这样做怎么不行,难道不能这样使用吗?


猛跑小猪
浏览 987回答 2
2回答

素胚勾勒不出你

[DataContract][KnownType(typeof(UserAccount))]public&nbsp;class&nbsp;Response{
打开App,查看更多内容
随时随地看视频慕课网APP