Files
maat/Maat.Core/RestWaitConf.cs
Samuele Locatelli 1b9252cb67 Fix file2send x x64
Update x gestioen metodo send Rest (da testare!!!)
2024-10-29 19:19:25 +01:00

16 lines
343 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Maat.Core
{
public class RestWaitConf
{
public int CallId { get; set; } = 0;
public double WaitTime { get; set; } = 0;
public DateTime NextExe { get; set; } = DateTime.Now;
}
}