Files
Mapo-IOB-WIN/Iob.Model/IobTask.cs
T
Samuele E. Locatelli 3387e7b5aa BOzza estensione models
2020-09-26 12:23:03 +02:00

13 lines
168 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Iob.Model
{
class IobTask
{
}
}