Add project files.
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using Lib.Architecture.BuildingBlocks;
|
||||
|
||||
namespace Core.Blueprint.Service.UseCases.GetSampleItems.Input
|
||||
{
|
||||
public class GetSampleItemsRequest : Notificator, ICommand
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string TestName { get; set; }
|
||||
public int NumValue { get; set; }
|
||||
public bool Validate()
|
||||
{
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user