public LogRepository(LogRecoveryContext context)
     : base(context)
 {
 }
Example #2
0
 public Repository(LogRecoveryContext context)
 {
     _context = context;
 }