Exemple #1
0
 public BaseRepository(EmplyeeDBEntities9 context)
 {
     this.context = context;
 }
Exemple #2
0
 public EmplyeeRepository(EmplyeeDBEntities9 context) : base(context)
 {
 }