10 lines
173 B
C#
10 lines
173 B
C#
using xExceptions.Attributes;
|
|
|
|
namespace xStringService.Constants
|
|
{
|
|
public enum XStringHubAction
|
|
{
|
|
[StringValue("ItemsDeleted")]
|
|
ItemsDeleted
|
|
}
|
|
} |