Ejemplo n.º 1
0
 public PostRepository(MWContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <Post>();
 }
Ejemplo n.º 2
0
 public AlbumRepository(MWContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <Album>();
 }