Use file scoped namepace
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
namespace GerstITS.Examples.WebClients.Examples.Api
|
||||
namespace GerstITS.Examples.WebClients.Examples.Api;
|
||||
|
||||
public enum SortingDirections
|
||||
{
|
||||
public enum SortingDirections
|
||||
{
|
||||
Ascending = 0,
|
||||
Descending
|
||||
}
|
||||
Ascending = 0,
|
||||
Descending
|
||||
}
|
||||
Reference in New Issue
Block a user