COmpleto rename MP.Data

This commit is contained in:
Samuele Locatelli
2021-05-17 13:33:13 +02:00
parent 9aa783373f
commit a90a62cd7a
52 changed files with 2769 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
using System;
using System.Collections.Generic;
#nullable disable
namespace MP.Data.DatabaseModels
{
public partial class Kit
{
public string KeyKit { get; set; }
public string KeyExtOrd { get; set; }
public string CodArtParent { get; set; }
}
}