Front matters
This commit is contained in:
parent
514549c5f9
commit
4034c39905
6 changed files with 215 additions and 12 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
|
||||
|
||||
class ChatBilling {
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue