SPEC:
Aggiunta modello dati x KIT : istanze e template
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
namespace MP.Data.DbModels
|
||||
{
|
||||
[Table("KeepAlive")]
|
||||
public partial class KeepAliveModel
|
||||
{
|
||||
public string IdxMacchina { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user