|
void Delete(IList<TLinkAddress> restrictions); // TODO: Возможно всегда нужно принимать restrictions, a так же возвращать удалённую связь, если удаление было реально выполнено, и Null, если нет. |
Looks like no restriction can mean either "any link" or "no link".
If we return the list of deleted links other operations should also process null-restriction as "any link"?
Data/csharp/Platform.Data/ILinks.cs
Line 102 in e90bc20
Looks like no restriction can mean either "any link" or "no link".
If we return the list of deleted links other operations should also process null-restriction as "any link"?