Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Web;
- using System.Data.Entity;
- using testintilaq2.Models;
- namespace testintilaq2.context
- {
- public class intilaqcontext : DbContext
- {
- public intilaqcontext() : base("intilaqcontext")
- {
- }
- public DbSet<Employee> Employee { get; set; }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement