public StudentsController(ICountryIdentifierRepository repo) { _repo = repo; }
public StudentsController(StudentContext context) { _context = context; _repo = new CountryIdentifiersRepository(_context); }