Skip to content

Commit

Permalink
#146 Switched ConfigSettings to be a record
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGeering committed Dec 17, 2020
1 parent 79e769c commit 70bd6ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace AdminAssistant.DomainModel.Shared
{
public class ConfigurationSettings
public record ConfigurationSettings
{
public string DatabaseProvider { get; set; } = string.Empty;
public string ConnectionString { get; set; } = string.Empty;
Expand Down

0 comments on commit 70bd6ae

Please sign in to comment.