//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace Neo.Legitimate.Data.Models { using System.Web.Script.Serialization; using System; using System.Collections.Generic; public partial class Vw_Vehicles { public string ReferenceNumber { get; set; } public string RegistrationNumber { get; set; } public string VIN { get; set; } public string Make { get; set; } public string Type { get; set; } public long VehicleID { get; set; } public string EngineNumber { get; set; } public Nullable SeatedCapacity { get; set; } public Nullable StandingCapacity { get; set; } public Nullable GrossMass { get; set; } public Nullable CarryingCapacityID { get; set; } public string YearOfManufacture { get; set; } public string CarryingCapacity { get; set; } } }