remove cerberos by thalos
This commit is contained in:
13
Core.Thalos.Application/UseCases/Roles/Ports/IRolePort.cs
Normal file
13
Core.Thalos.Application/UseCases/Roles/Ports/IRolePort.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Core.Thalos.Adapters;
|
||||
using Lib.Architecture.BuildingBlocks;
|
||||
|
||||
namespace Core.Thalos.Application.UseCases.Roles.Ports
|
||||
{
|
||||
public interface IRolePort : IBasePort,
|
||||
ICommandSuccessPort<RoleAdapter>, ICommandSuccessPort<List<RoleAdapter>>,
|
||||
INoContentPort, IBusinessErrorPort, ITimeoutPort, IValidationErrorPort,
|
||||
INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort,
|
||||
IBadRequestPort
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user