die
This commit is contained in:
@@ -27,7 +27,7 @@ public static class ApiMessageExtensions
|
||||
{
|
||||
if (@this == null)
|
||||
return ApiResult.NotFound();
|
||||
return new ApiResult(statusCode, @this.ToItemMsg());
|
||||
return new ApiResult(statusCode, @this.ToItemsMsg());
|
||||
}
|
||||
|
||||
public static GeneralItemMessages<T>.Item ToItemMsg<T>(this T @this)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<Version>2.4.9</Version>
|
||||
<Version>2.4.11</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user