first commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using MediatR;
|
||||
|
||||
namespace MyNewProjectName.Application.Features.Sample.Commands.CreateSample;
|
||||
|
||||
/// <summary>
|
||||
/// Command to create a new sample
|
||||
/// </summary>
|
||||
public record CreateSampleCommand(string Name, string? Description) : IRequest<Guid>;
|
||||
Reference in New Issue
Block a user