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() {