Example #1
0
 public EfRepository(WhatGenreContext context)
 {
     _context = context;
 }
Example #2
0
 public CommentRepository(WhatGenreContext whatGenreContext) : base(whatGenreContext)
 {
     this.whatGenreContext = whatGenreContext;
 }
Example #3
0
 public PostRepository(WhatGenreContext whatGenreContext) : base(whatGenreContext)
 {
     context = whatGenreContext;
 }