Add project files.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using Core.Cerberos.Adapters;
|
||||
using Lib.Architecture.BuildingBlocks;
|
||||
|
||||
namespace Core.Cerberos.Application.UseCases.Modules.Ports
|
||||
{
|
||||
public interface IModulePort : IBasePort,
|
||||
ICommandSuccessPort<ModuleAdapter>,
|
||||
ICommandSuccessPort<List<ModuleAdapter>>,
|
||||
INoContentPort, IBusinessErrorPort, ITimeoutPort, IValidationErrorPort,
|
||||
INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user