* sort block tree views * fix naming validation for block scheduling * show deco group name in deco editor * show block group name in block editor * show template group name in template editor * show deco template group name in deco template editor * fix template rename crash * fix block rename crash * fix deco template rename crash
4 lines
137 B
C#
4 lines
137 B
C#
namespace ErsatzTV.Application.Scheduling;
|
|
|
|
public record TemplateViewModel(int Id, int TemplateGroupId, string GroupName, string Name);
|