Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ErsatzTV.ViewModels
|
||||
{
|
||||
public class ProgramScheduleItemsEditViewModel
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public List<ProgramScheduleItemEditViewModel> Items { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user