chore: makes project netstandard2.0 compatible
This commit is contained in:
@@ -2,7 +2,7 @@ using System.Net.Http;
|
||||
|
||||
namespace Novaloop.PaymoApi.Shared
|
||||
{
|
||||
public class PaymoApiClient
|
||||
public class PaymoApiClient : IPaymoApiClient
|
||||
{
|
||||
public PaymoApiClient(HttpClient client)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user