public BaseRepository(EmplyeeDBEntities9 context) { this.context = context; }
public EmplyeeRepository(EmplyeeDBEntities9 context) : base(context) { }