10 lines
250 B
C#
10 lines
250 B
C#
namespace CFCoreAPI.Endpoints.Fingerprints
|
|
{
|
|
public class FingerprintsAPI : APIBase
|
|
{
|
|
public FingerprintsAPI(HttpClient httpClient) : base(httpClient)
|
|
{
|
|
throw new System.NotImplementedException();
|
|
}
|
|
}
|
|
} |