This commit is contained in:
2020-05-16 14:28:23 +00:00
parent 37a0cf6118
commit 6f91609e8b

View File

@@ -72,7 +72,6 @@ namespace AyaNova.Api.Controllers
//BULK OPS //BULK OPS
// //
/// <summary> /// <summary>
/// Bulk add tags to list of object id's specified /// Bulk add tags to list of object id's specified
/// </summary> /// </summary>
@@ -110,7 +109,6 @@ namespace AyaNova.Api.Controllers
return Ok(ApiOkResponse.Response(await TagUtil.BulkAddAny(ayaType, tag, ct), true)); return Ok(ApiOkResponse.Response(await TagUtil.BulkAddAny(ayaType, tag, ct), true));
} }
/// <summary> /// <summary>
/// Bulk remove tags to list of object id's specified /// Bulk remove tags to list of object id's specified
/// </summary> /// </summary>