This commit is contained in:
mmrbnjd
2024-05-08 17:25:02 +03:30
parent d74f3dadf3
commit 716f02baa1
14 changed files with 376 additions and 179 deletions

View File

@@ -0,0 +1,8 @@
namespace Back.Common
{
public enum eActionValidation
{
add,
update
}
}