有这样的服务契约:
[ServiceContract]
public interface IEntitySerivce<T>
{
[OperationContract]
T GetEntity(int id);
}
我这样做怎么不行,难道不能这样使用吗?
素胚勾勒不出你
相关分类