using System; using System.Collections.Generic; using System.Linq; using System.Runtime.Serialization; using System.ServiceModel; using System.Text; namespace Plattform { // NOTE: You can use the "Rename" command on the "Refactor" menu to change // the class name "PlattformService" in code, svc and config file together. // NOTE: In order to launch WCF Test Client for testing this service, please // select PlattformService.svc or PlattformService.svc.cs at the Solution // Explorer and start debugging. public class PlattformService : IPlattformService { public void DoWork() { } } }