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

7 lines
215 B
C#
Raw Normal View History

2024-08-11 19:20:09 +03:30
namespace Brizco.Core.EntityServices.CommandQueries;
public sealed record CreateComplexCoreCommand(
string Name,
string Address,
string SupportPhone,
Guid ManagerUserId ) : IRequest<ComplexSDto>;