Example #1
0
 public CachedWordRepositoryEF(AnagramSolverDBContext context)
 {
     _context = context;
 }
 public UserLogRepositoryEF(AnagramSolverDBContext context)
 {
     _context = context;
 }
Example #3
0
 public WordRepository(AnagramSolverDBContext context)
 {
     _context = context;
 }