Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace Root.Core.Models.GlobalFields.Elements
- {
- using Root.Core.Models.Fields;
- public class ElementBase : ModularBlockBase<ElementBase, ElementType>
- {
- public virtual ElementType ElementType { get; set; }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement