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