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