Global rename dei projcs e namespaces, meno 3 proj

This commit is contained in:
Samuele Locatelli
2020-04-09 13:15:01 +02:00
parent 90811d5bdb
commit f25694e0ff
1420 changed files with 20048 additions and 20045 deletions
@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Termo.Active.Model.ConfigModels
{
public class SoftwareProdConfigModel
{
public bool Enabled { get; set; }
public string Path { get; set; }
}
}