Files
cms_thermo_active/Step.Model/TestModel.cs
T
Paolo Possanzini 3d7571f000 Primo commit
2017-11-15 17:36:25 +01:00

16 lines
212 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Step.Model
{
public class TestModel
{
public int Id { get; set; }
}
}