//------------------------------------------------------------------------------ // // 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 examPrepare { using System; using System.Data.Entity; using System.Data.Entity.Infrastructure; public partial class UP_41P_GroshevIEntities : DbContext { public UP_41P_GroshevIEntities() : base("name=UP_41P_GroshevIEntities") { } protected override void OnModelCreating(DbModelBuilder modelBuilder) { throw new UnintentionalCodeFirstException(); } public virtual DbSet DeliveryPoint { get; set; } public virtual DbSet Manufacturer { get; set; } public virtual DbSet Order { get; set; } public virtual DbSet OrderProduct { get; set; } public virtual DbSet OrderStatus { get; set; } public virtual DbSet Product { get; set; } public virtual DbSet ProductCategory { get; set; } public virtual DbSet ProductVendor { get; set; } public virtual DbSet Role { get; set; } public virtual DbSet sysdiagrams { get; set; } public virtual DbSet User { get; set; } } }