file scoped namespaces (#565)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Core.Domain.Models.Accounts
|
||||
namespace Wino.Core.Domain.Models.Accounts;
|
||||
|
||||
public class ImapAuthenticationMethodModel(ImapAuthenticationMethod imapAuthenticationMethod, string displayName)
|
||||
{
|
||||
public class ImapAuthenticationMethodModel(ImapAuthenticationMethod imapAuthenticationMethod, string displayName)
|
||||
{
|
||||
public ImapAuthenticationMethod ImapAuthenticationMethod { get; } = imapAuthenticationMethod;
|
||||
public string DisplayName { get; } = displayName;
|
||||
}
|
||||
public ImapAuthenticationMethod ImapAuthenticationMethod { get; } = imapAuthenticationMethod;
|
||||
public string DisplayName { get; } = displayName;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user