ca4cd6c15c
ora la struttura è + coerente, iniziato emrge dati, chiavi tutte SURROGATE con ID
22 lines
446 B
C#
22 lines
446 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.ComponentModel.DataAnnotations;
|
|
using System.Linq;
|
|
using System.Web;
|
|
|
|
namespace StockManMVC.Models
|
|
{
|
|
[MetadataType(typeof(ItemsMetadata))]
|
|
public partial class Items
|
|
{
|
|
}
|
|
[MetadataType(typeof(StocksMetadata))]
|
|
public partial class Stocks
|
|
{
|
|
}
|
|
|
|
//[MetadataType(typeof(EnrollmentMetadata))]
|
|
//public partial class Enrollment
|
|
//{
|
|
//}
|
|
} |