Api/Brizco.Core/EntityServices/CommandQueries/ComplexCommands.cs

7 lines
215 B
C#

namespace Brizco.Core.EntityServices.CommandQueries;
public sealed record CreateComplexCoreCommand(
string Name,
string Address,
string SupportPhone,
Guid ManagerUserId ) : IRequest<ComplexSDto>;