Domain service class Template problem
Can you tell me开发者_运维知识库 how to add domain service class template as it is missing from the web part.
Any help will be appreciated...
Try to add .Svc file and in the cs file implement the iDomainContext that will resolve your issue
making WCFService work as Domain Service.
精彩评论