remove cerberos by thalos
This commit is contained in:
		
							
								
								
									
										18
									
								
								Core.Thalos.Application/UseCases/Users/Ports/IUserPort.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								Core.Thalos.Application/UseCases/Users/Ports/IUserPort.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| using Core.Blueprint.Storage.Adapters; | ||||
| using Core.Thalos.Adapters; | ||||
| using Lib.Architecture.BuildingBlocks; | ||||
|  | ||||
| namespace Core.Thalos.Application.UseCases.Users.Ports | ||||
| { | ||||
|     public interface IUserPort : IBasePort, | ||||
|         ICommandSuccessPort<UserAdapter>, | ||||
|         ICommandSuccessPort<UserExistenceAdapter>, | ||||
|         ICommandSuccessPort<List<UserAdapter>>, | ||||
|         ICommandSuccessPort<TokenAdapter>, | ||||
|         ICommandSuccessPort<BlobDownloadUriAdapter>, | ||||
|         INoContentPort, IBusinessErrorPort, ITimeoutPort, IValidationErrorPort, | ||||
|         INotFoundPort, IForbiddenPort, IUnauthorizedPort, IInternalServerErrorPort, | ||||
|         IBadRequestPort | ||||
|     { | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Sergio Matias Urquin
					Sergio Matias Urquin