IHasResponseStatus
Contract indication that the Response DTO has a ResponseStatus
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IHasResponseStatus
Properties
ResponseStatus
View Source
Declaration
ResponseStatus ResponseStatus { get; set; }