コード例 #1
0
 public PostRepository(MWContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <Post>();
 }
コード例 #2
0
 public AlbumRepository(MWContext context)
 {
     this.context = context;
     this.dbSet   = context.Set <Album>();
 }