COmpleto rename MP.Data
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user