feature: Warning Alert Consumer, Orders API & Input Validation
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
public record CreateOrderRequest(
|
||||
OrderType OrderType,
|
||||
string Description,
|
||||
string OrderedBy);
|
||||
Reference in New Issue
Block a user