コード例 #1
0
        public async Task <ApiResult> Execute(string entityTypeName, string entityId, string entityPayload)
        {
            await service.Update(entityTypeName, entityId, entityPayload);

            return(await OkResponse(SuccessMessages.EntityUpdated, httpContext));
        }