Skip to content

EndpointExtensions.ExecuteMethod<TResponse> method

namespace: Serenity.Services   assemblySerenity.Net.Web

public static Result<TResponse> ExecuteMethod<TResponse>(this Controller controller, 
    Func<TResponse> handler)
    where TResponse : ServiceResponse, new()

See Also