Beispiel #1
0
 public PictureRepository(ImgSpotContext context)
 {
     _context = context;
 }
 public CommentRepository(ImgSpotContext context)
 {
     _context = context;
 }
 public UserRepository(ImgSpotContext context)
 {
     _context = context;
 }
 public LikeRepository(ImgSpotContext context)
 {
     _context = context;
 }