Add Support for Hub Action Implementation ...

This commit is contained in:
2025-11-16 17:30:15 +03:30
parent 9b3cec02c2
commit 13cd3ed511
4 changed files with 20 additions and 21 deletions
+1 -6
View File
@@ -1,10 +1,5 @@
using xExceptions.Attributes;
namespace xStringService.Constants
{
public enum XStringHubAction
{
[StringValue("ItemsDeleted")]
ItemsDeleted
}
{ }
}