Exemplo n.º 1
0
 public string GetDescription()
 {
     return(ArticleGroupId.HasValue ? $"{Description}, {LedgerAccount.GetLocalizedConstant()} " + GetVatDescription() : Description);
 }