Front matters

This commit is contained in:
Paul Schneider 2026-06-27 13:30:28 +01:00
commit 4034c39905
6 changed files with 215 additions and 12 deletions

View file

@ -0,0 +1,8 @@
namespace Yavsc.Server.Models.Billing;
public class FrontmatterOffreResult
{
public string Formulaire { get; set; }
public string Devis { get; set; }
public string Corps { get; set; } // le Markdown sans l'en-tête
}

View file

@ -1,5 +0,0 @@
class ChatBilling { 
}