parent
b3ab16b75b
commit
bb07aec749
@ -0,0 +1,9 @@
|
||||
namespace Trash.Config
|
||||
{
|
||||
public interface IServiceConfiguration
|
||||
{
|
||||
string BaseUrl { get; init; }
|
||||
string ApiKey { get; init; }
|
||||
string BuildUrl();
|
||||
}
|
||||
}
|
Loading…
Reference in new issue