예제 #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;
 }