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