namespace Indotalent.Infrastructure.File.Azure; public class AzureBlobSettingsModel { public bool IsUsed { get; set; } public string ConnectionString { get; set; } = string.Empty; public string ContainerName { get; set; } = string.Empty; }