feat(acl): implement default-fill store update (refs #131)
This commit is contained in:
@@ -14,6 +14,7 @@ public sealed class InMemoryDefaultFillStore(DefaultFillSettings seed) : IDefaul
|
|||||||
|
|
||||||
public void Update(DefaultFillSettings settings)
|
public void Update(DefaultFillSettings settings)
|
||||||
{
|
{
|
||||||
// ponytail: red stub — real assignment lands in the green commit.
|
ArgumentNullException.ThrowIfNull(settings);
|
||||||
|
lock (_gate) _current = settings;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user