apply some Updates ...

This commit is contained in:
2025-12-08 14:12:47 +03:30
parent 7e308b82a7
commit e3945276a3
2 changed files with 43 additions and 0 deletions
+7
View File
@@ -182,6 +182,13 @@ namespace xTagService.Interfaces
int id
);
/// <summary>
/// Remove All Specified Tags ...
/// </summary>
/// <param name="forProvidedId"></param>
/// <returns></returns>
Task<bool> RemoveTagsFor(TKey forProvidedId);
/// <summary>
/// Update Specified Dto ...
/// </summary>