From cbcde73c5182e36b67d904e7c9e7dec108f07879 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Wed, 8 Nov 2017 11:15:10 -0500 Subject: [PATCH] Adds missing ServiceContractAttribute to ITGLanding --- TGServiceInterface/Components/Landing.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/TGServiceInterface/Components/Landing.cs b/TGServiceInterface/Components/Landing.cs index 42bbf2706c..a1d18c8c88 100644 --- a/TGServiceInterface/Components/Landing.cs +++ b/TGServiceInterface/Components/Landing.cs @@ -6,6 +6,7 @@ namespace TGServiceInterface.Components /// /// Used for general authentication and listing s /// + [ServiceContract] public interface ITGLanding { ///