Skip to content

Commit

Permalink
OrchardHelper content APIs should be accessible without namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamco committed Dec 9, 2024
1 parent 5360669 commit 163bdb3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
using Microsoft.Extensions.DependencyInjection;
using OrchardCore;
using OrchardCore.ContentManagement;
using OrchardCore.ContentManagement.Records;
using YesSql;

namespace OrchardCore;

#pragma warning disable CA1050 // Declare types in namespaces
public static class ContentRazorHelperExtensions
#pragma warning restore CA1050 // Declare types in namespaces
{
/// <summary>
/// Returns a content item id by its handle.
Expand Down

0 comments on commit 163bdb3

Please sign in to comment.