4 lines
105 B
C#
4 lines
105 B
C#
public record CreateOrderRequest(
|
|
OrderType OrderType,
|
|
string Description,
|
|
string OrderedBy); |