10 lines
119 B
C#
10 lines
119 B
C#
namespace Back.Common
|
|
{
|
|
public enum eActionValidation
|
|
{
|
|
add,
|
|
update,
|
|
delete
|
|
}
|
|
}
|