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

This commit is contained in:
2017-07-08 03:23:21 +02:00
parent 4268b6d7af
commit 6bab04c143
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 ();
}
}