Example #1
0
 public UserRepository(ShredderContext context)
 {
     this.context = context;
 }
 public PictureRepository(ShredderContext context)
 {
     this.context = context;
 }
Example #3
0
 public VideoRepository(ShredderContext context)
 {
     this.context = context;
 }
 public PictureCommentRepository(ShredderContext context)
 {
     this.context = context;
 }
Example #5
0
 public UnitOfWork(ShredderContext context)
 {
     this.context = context;
 }
Example #6
0
 public UserRepository(ShredderContext context)
 {
     this.context = context;
 }
 public VideoCommentRepository(ShredderContext context)
 {
     this.context = context;
 }
Example #8
0
 public PlaceRepository(ShredderContext context)
 {
     this.context = context;
 }
 public PlaceCommentRepository(ShredderContext context)
 {
     this.context = context;
 }