mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
7 lines
162 B
C#
7 lines
162 B
C#
using Orchard.ContentManagement;
|
|
|
|
namespace Orchard.Tests.ContentManagement.Models {
|
|
public class EpsilonPart : ContentPart<EpsilonRecord> {
|
|
}
|
|
}
|