Interface IUsecaseResponse
- Namespace
- Cyclotron.Utilities.CleanArchitecture
- Assembly
- Cyclotron.Utilities.dll
Represents a response for a use case operation.
public interface IUsecaseResponse
Properties
Request
Gets the request associated with this response.
IUsecaseRequest Request { get; }
Property Value
ResponseType
Gets the type of the response.
ResponseType ResponseType { get; }