main
Paul Schneider 8 years ago
parent b3c47d95b3
commit 66f57ae4a1
1 changed files with 9 additions and 0 deletions

@ -0,0 +1,9 @@
using System;
namespace Yavsc.ViewModels.Test
{
public class CalendarViewModel
{
public DateTime EventDate { get; set;}
}
}
Loading…