mirror of
https://github.com/azaion/annotations.git
synced 2026-04-23 02:56:31 +00:00
739759628a
add DONE during inference, correct handling on C# side
6 lines
127 B
C#
6 lines
127 B
C#
namespace Azaion.CommonSecurity.DTO;
|
|
|
|
public class SecureAppConfig
|
|
{
|
|
public ApiConfig ApiConfig { get; set; } = null!;
|
|
} |