correct line lengths

This commit is contained in:
Andreas Zweili 2018-08-30 19:49:34 +02:00
parent bb49d141cd
commit efc600b433
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ using Plattform.Models;
namespace Plattform namespace Plattform
{ {
// NOTE: You can use the "Rename" command on the "Refactor" menu to change the interface name "IPlattformService" in both code and config file together. // NOTE: You can use the "Rename" command on the "Refactor" menu to change
// the interface name "IPlattformService" in both code and config file
// together.
[ServiceContract] [ServiceContract]
public interface IPlattformService public interface IPlattformService
{ {