This repository has been archived on 2025-05-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
novaloop.paymoapi/src/Shared/IPaymoApiClient.cs
2020-12-14 13:55:06 +01:00

6 lines
87 B
C#

namespace Novaloop.PaymoApi.Shared
{
public interface IPaymoApiClient
{
}
}