mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 10:07:55 +08:00
6 lines
143 B
C#
6 lines
143 B
C#
using Orchard.ContentManagement;
|
|
|
|
namespace Orchard.Core.Navigation.Models {
|
|
public class BreadcrumbMenuItemPart : ContentPart {
|
|
}
|
|
} |