first commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MyNewProjectName.Contracts.DTOs.Requests;
|
||||
|
||||
/// <summary>
|
||||
/// Request to create a sample
|
||||
/// </summary>
|
||||
public class CreateSampleRequest
|
||||
{
|
||||
public string Name { get; set; } = string.Empty;
|
||||
public string? Description { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user