update dependencies

This commit is contained in:
zznty
2023-01-24 18:34:13 +07:00
parent f66489ae9b
commit a73610c83b
6 changed files with 13 additions and 14 deletions

View File

@@ -16,7 +16,7 @@ namespace TorchRemote.Plugin.Utils;
/// <seealso cref="Attribute" />
/// <seealso cref="IRequestDataAttribute{TController}" />
[AttributeUsage(AttributeTargets.Parameter)]
public class JsonDataAttribute : Attribute, IRequestDataAttribute<WebApiController>
public class JsonBodyAttribute : Attribute, IRequestDataAttribute<WebApiController>
{
/// <inheritdoc />
public async Task<object?> GetRequestDataAsync(WebApiController controller, Type type, string parameterName)