namespace BankWebApi.Infrastructure; public class DataBaseSettings { public required string ConnectionString { get; set; } }