feat(core, infrastructure): UnitService - удаление/массовое удаление юнитов
This commit is contained in:
@@ -158,6 +158,13 @@
|
||||
/// <returns></returns>
|
||||
Task<List<T>> GetHashFieldsAsync<T>(List<(string HashKey, string FieldKey)> keys, bool useCompression = false);
|
||||
|
||||
/// <summary>
|
||||
/// Удалить список из Hash
|
||||
/// </summary>
|
||||
/// <param name="keys"></param>
|
||||
/// <returns></returns>
|
||||
Task DeleteHashFieldsAsync(List<(string HashKey, string FieldKey)> keys);
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user