mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 14:36:31 +00:00
rework to Azaion.Suite
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Azaion.Suite.Services.DTO;
|
||||
|
||||
public class ApiConfig
|
||||
{
|
||||
public string Url { get; set; } = null!;
|
||||
public int RetryCount {get;set;}
|
||||
public double TimeoutSeconds { get; set; }
|
||||
}
|
||||
|
||||
public class LocalFilesConfig
|
||||
{
|
||||
public string DllPath { get; set; } = null!;
|
||||
}
|
||||
Reference in New Issue
Block a user