Cleanup code

This commit is contained in:
Geoffroy BONNEVILLE
2020-04-08 15:27:40 +02:00
parent 4863eb9fae
commit 009382ea03
27 changed files with 142 additions and 138 deletions

View File

@@ -1,6 +1,6 @@
namespace ModernKeePass.Domain.Enums
{
public class EntryFieldName
public static class EntryFieldName
{
public const string Title = nameof(Title);
public const string UserName = nameof(UserName);