From df5a9d397608436ca10710baf38ff8bb4475564e Mon Sep 17 00:00:00 2001 From: luxick Date: Mon, 2 Mar 2020 17:43:16 +0100 Subject: [PATCH] PostToApi Method to internal --- EstusShots.Client/EstusShotsClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EstusShots.Client/EstusShotsClient.cs b/EstusShots.Client/EstusShotsClient.cs index c19dfa2..f66437b 100644 --- a/EstusShots.Client/EstusShotsClient.cs +++ b/EstusShots.Client/EstusShotsClient.cs @@ -47,7 +47,7 @@ namespace EstusShots.Client /// API response class that implements /// API parameter class that implements /// - public async Task> PostToApi(string url, TParam parameter) + internal async Task> PostToApi(string url, TParam parameter) where TParam : IApiParameter, new() where TResult : class, IApiResponse, new() {