9 lines
103 B
C#
9 lines
103 B
C#
namespace Back.Common
|
|
{
|
|
public enum eActionValidation
|
|
{
|
|
add,
|
|
update
|
|
}
|
|
}
|