EndpointExtensions.ExecuteMethod<TResponse> method
namespace: Serenity.Services assembly: Serenity.Net.Web
public static Result<TResponse> ExecuteMethod<TResponse>(this Controller controller,
Func<TResponse> handler)
where TResponse : ServiceResponse, new()
See Also
- class Result<TResponse>
- class TResponse
- class ServiceResponse
- class EndpointExtensions