refactorise la génération de la facture au format Pdf, presente la facture aquittée.

This commit is contained in:
Paul Schneider 2017-07-08 03:23:21 +02:00
commit fb0fbae077
9 changed files with 41 additions and 30 deletions

View file

@ -19,5 +19,9 @@ namespace Yavsc.Billing
DateTime? ValidationDate { get; }
bool GetIsAcquitted ();
string GetFileBaseName ();
}
}