diff --git a/Plattform/Plattform/PlattformService.svc.cs b/Plattform/Plattform/PlattformService.svc.cs index 1cfafa8..ceec896 100644 --- a/Plattform/Plattform/PlattformService.svc.cs +++ b/Plattform/Plattform/PlattformService.svc.cs @@ -7,8 +7,11 @@ 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. + // 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()