Files
BeWoPlaner/ReportImp/ProIntegra/Invoicing/PauschalenHelper.cs

14 lines
250 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ProIntegra.Invoicing
{
public class PauschalenHelper
{
public const decimal PAUSCHALE = 14.57m;
}
}