Skip to content

Commit

Permalink
Reverted protection level changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed May 13, 2020
1 parent 7196009 commit f9eb8a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DVSA.MOT.SDK/Interfaces/IProcessApiResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace DVSA.MOT.SDK.Interfaces
{
internal interface IProcessApiResponse
public interface IProcessApiResponse
{
Task<ApiResponse> GetData(List<KeyValuePair<string, string>> parameters);
}
Expand Down
2 changes: 1 addition & 1 deletion DVSA.MOT.SDK/Services/ProcessApiResponse.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

namespace DVSA.MOT.SDK.Services
{
internal class ProcessApiResponse : IProcessApiResponse
public class ProcessApiResponse : IProcessApiResponse
{
private readonly IOptions<ApiKey> _apiKey;
private readonly ILogger<ProcessApiResponse> _logger;
Expand Down

0 comments on commit f9eb8a6

Please sign in to comment.