Пример #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;
 }
 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;
 }
 public VideoCommentRepository(ShredderContext context)
 {
     this.context = context;
 }
Пример #8
0
 public PlaceRepository(ShredderContext context)
 {
     this.context = context;
 }
 public PlaceCommentRepository(ShredderContext context)
 {
     this.context = context;
 }