Interface IQueryResponseDto<T>
- Namespace
- Raytha.Application.Common.Models
- Assembly
- Raytha.Application.dll
public interface IQueryResponseDto<T>
Type Parameters
T
Properties
Error
string Error { get; }
Property Value
Result
T Result { get; }
Property Value
- T
Success
bool Success { get; }
Property Value
Methods
GetErrors()
IEnumerable<ValidationFailure> GetErrors()
Returns
- IEnumerable<ValidationFailure>