Why: baseline pending admin config edge handlers and runtime assets before security wave. What: add set service window contracts/handlers, service adapter updates, and docs/docker assets. Rule: keep technical intent and align repository workflow.
7 lines
161 B
C#
7 lines
161 B
C#
namespace Restaurant.Admin.Bff.Contracts.Responses;
|
|
|
|
public sealed record SetServiceWindowResponse(
|
|
string ContextId,
|
|
bool Applied,
|
|
string Message);
|