refacto FrontmatterParser

This commit is contained in:
Paul Schneider 2026-07-04 22:58:29 +01:00
commit ef0f5ddcac
3 changed files with 10 additions and 9 deletions

View file

@ -7,6 +7,6 @@ namespace Yavsc.Models.Forms
{
[Key]
public string Id {get; set;}
public string Summary { get; set; }
public string Summary { get; set; }
}
}
}