update the code by following the review suggestions.

This commit is contained in:
Ben
2024-03-21 08:38:59 +08:00
parent 7b67c9aa8d
commit fb3a27c02f
4 changed files with 27 additions and 49 deletions

View File

@@ -1,14 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Oqtane.Enums
{
public enum ViewMode
{
View,
Edit
}
}