Skip to content

EndpointExtensions.InTransaction<TResponse> method

namespace: Serenity.Services   assemblySerenity.Net.Web

public static Result<TResponse> InTransaction<TResponse>(this Controller controller, 
    string connectionKey, Func<IUnitOfWork, TResponse> handler)
    where TResponse : ServiceResponse, new()

See Also