2 references to Month
HtmlGenerationWebSite (2)
Controllers\HtmlGeneration_HomeController.cs (1)
61
return View(new AClass { DayOfWeek = Models.DayOfWeek.Friday, Month =
Month
.FirstOne });
Models\AClass.cs (1)
12
public
Month
Month { get; set; }