feat(IHttpClientOptions): erstellt zur Abstraktion
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace DigitalData.Core.Abstractions.Client
|
||||
{
|
||||
public interface IHttpClientOptions
|
||||
{
|
||||
public string Uri { get; init; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user