Files
StockMan/StockManMVC/Models/vLocationVal.cs
T
Samuele E. Locatelli ca4cd6c15c Rifacimento DB e sync
ora la struttura è + coerente, iniziato emrge dati, chiavi tutte SURROGATE con ID
2016-09-21 16:14:09 +02:00

21 lines
669 B
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated from a template.
//
// Manual changes to this file may cause unexpected behavior in your application.
// Manual changes to this file will be overwritten if the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace StockManMVC.Models
{
using System;
using System.Collections.Generic;
public partial class vLocationVal
{
public string LocationID { get; set; }
public Nullable<decimal> TotVal { get; set; }
}
}