mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 10:54:50 +08:00
7 lines
146 B
C#
7 lines
146 B
C#
using Orchard.ContentManagement;
|
|
|
|
namespace Orchard.Tests.ContentManagement.Models {
|
|
public class StyledPart : ContentPart {
|
|
}
|
|
}
|