Example #1
0
 public SqlCommanderRepo(CommanderContext context)
 {
     _context = context;
 }
 public MockCommanderRepo(CommanderContext context)
 {
     _context = context;
 }