pschelpdesk/Vendor/Prise.Tests.Integration/Prise.IntegrationTestsHost/Models/CalculationResponseModel.cs
2024-11-04 20:45:34 +01:00

7 lines
142 B
C#

namespace Prise.IntegrationTestsHost.Models
{
public class CalculationResponseModel
{
public decimal Result {get;set;}
}
}