chore: initial commit
This commit is contained in:
14
src/Shared/PaymoApiClient.cs
Normal file
14
src/Shared/PaymoApiClient.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Net.Http;
|
||||
|
||||
namespace Novaloop.PaymoApi.Shared
|
||||
{
|
||||
public class PaymoApiClient
|
||||
{
|
||||
public PaymoApiClient(HttpClient client)
|
||||
{
|
||||
Client = client;
|
||||
}
|
||||
|
||||
public HttpClient Client { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user