10 lines
182 B
C#
10 lines
182 B
C#
namespace Umbraco.Web.Models.TemplateQuery
|
|
{
|
|
public class TemplateQueryResult
|
|
{
|
|
public string Icon { get; set; }
|
|
|
|
public string Name { get; set; }
|
|
}
|
|
}
|