コード例 #1
0
 public UserRepository(ShredderContext context)
 {
     this.context = context;
 }
コード例 #2
0
 public PictureRepository(ShredderContext context)
 {
     this.context = context;
 }
コード例 #3
0
 public VideoRepository(ShredderContext context)
 {
     this.context = context;
 }
コード例 #4
0
 public PictureCommentRepository(ShredderContext context)
 {
     this.context = context;
 }
コード例 #5
0
 public UnitOfWork(ShredderContext context)
 {
     this.context = context;
 }
コード例 #6
0
 public UserRepository(ShredderContext context)
 {
     this.context = context;
 }
コード例 #7
0
 public VideoCommentRepository(ShredderContext context)
 {
     this.context = context;
 }
コード例 #8
0
 public PlaceRepository(ShredderContext context)
 {
     this.context = context;
 }
コード例 #9
0
 public PlaceCommentRepository(ShredderContext context)
 {
     this.context = context;
 }