Permalink
Cannot retrieve contributors at this time
12 lines (10 sloc)
304 Bytes
|
using System.Collections.Generic; |
|
using EPiServer.Core; |
|
|
|
namespace Toders.VisualTests.StaticContent.Content.Assets |
|
{ |
|
public class AssetModel |
|
{ |
|
public ContentReference Image { get; set; } |
|
|
|
public List<ContentReference> Teasers { get; set; } = new List<ContentReference>(); |
|
} |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.