コード例 #1
0
 protected override DestinationLine ExtractTva(SourceLine line)
 {
     return(new DestinationLine(line.DateVersement.Value, new Compte(Compte.TVA), line.Libelle, line.MontantTva, null));
 }
コード例 #2
0
 protected override DestinationLine ExtractHt(SourceLine line)
 {
     return(new DestinationLine(line.DateVersement.Value, line.Compte, line.Libelle, line.MontantHt, null));
 }