file scoped namespaces (#565)
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
namespace Wino.Core.Domain.Enums
|
||||
namespace Wino.Core.Domain.Enums;
|
||||
|
||||
public enum DraftCreationReason
|
||||
{
|
||||
public enum DraftCreationReason
|
||||
{
|
||||
Empty,
|
||||
Reply,
|
||||
ReplyAll,
|
||||
Forward
|
||||
}
|
||||
Empty,
|
||||
Reply,
|
||||
ReplyAll,
|
||||
Forward
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user