file scoped namespaces (#565)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using Wino.Core.Domain.Enums;
|
||||
|
||||
namespace Wino.Core.Domain.Models.Translations
|
||||
{
|
||||
public record AppLanguageModel(AppLanguage Language, string DisplayName);
|
||||
}
|
||||
namespace Wino.Core.Domain.Models.Translations;
|
||||
|
||||
public record AppLanguageModel(AppLanguage Language, string DisplayName);
|
||||
|
||||
Reference in New Issue
Block a user