Skip to main content

ValidateAsyncFn

Assembly: ServiceStack.dll
View Source
Declaration
public delegate Task<object> ValidateAsyncFn(IServiceBase service, string httpMethod, object requestDto);