我想做我的第一个WCF服务,但我不确定如何构建它。
该服务将接受从我的数据库中检索不同类型的项的请求:
List<Product> getProducts()
List<Module> getModules(Product)
List<Releases> getReleases(Product)
List<Feature> getFeatures(Product,Module)
//many more types of items to get etc...
//and then the equivalent functions to updat