Add project files.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using Core.Blueprint.Service.Domain.Entities;
|
||||
using Lib.Architecture.BuildingBlocks;
|
||||
|
||||
namespace Core.Blueprint.Service.UseCases.CreateSampleImage.Ports
|
||||
{
|
||||
public interface ICreateSampleImagePort : IBasePort, ICommandSuccessPort<SqlSampleItemEntity>, INoContentPort, IBusinessErrorPort, ITimeoutPort, IValidationErrorPort
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user