CalenderHandling infered

This commit is contained in:
2023-07-03 22:14:50 +02:00
parent 1089f31c1a
commit 4c69b14120
13 changed files with 418 additions and 11 deletions

View File

@ -9,6 +9,7 @@ namespace MyYearlyCountings.Models
public class CalMonth
{
public int Id { get; set; }
public int YearId { get; set; }
public int Year { get; set; }
public int Month { get; set; }
public string MonthName { get; set; } = string.Empty;