rework to Azaion.Suite, show tabs with annotator and dataset explorer

This commit is contained in:
Alex Bezdieniezhnykh
2024-11-23 08:53:12 +02:00
parent 490e90f239
commit 3b40bd601e
40 changed files with 374 additions and 284 deletions
+1 -6
View File
@@ -1,4 +1,4 @@
namespace Azaion.Suite.Services.DTO;
namespace Azaion.Common.DTO.Config;
public class ApiConfig
{
@@ -6,8 +6,3 @@ public class ApiConfig
public int RetryCount {get;set;}
public double TimeoutSeconds { get; set; }
}
public class LocalFilesConfig
{
public string DllPath { get; set; } = null!;
}