Files
2021-08-02 12:41:02 +02:00

15 lines
288 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace PuppeteerSharpTest
{
public class DtoEst
{
public decimal EstBetrag { get; set; }
public decimal EstProzentsatz { get; set; }
}
}