mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
8 lines
226 B
C#
8 lines
226 B
C#
using Orchard.Layouts.Models;
|
|
|
|
namespace Orchard.Layouts.ViewModels {
|
|
public class SnippetFieldViewModel {
|
|
public SnippetFieldDescriptor Descriptor { get; set; }
|
|
public string Value { get; set; }
|
|
}
|
|
} |