public ObterAlunoPorNomeQueryHandler(ICqrsDbContext context) { _context = context; }
public RegistrarNovoAlunoCommandHandler(ICqrsDbContext context) { _context = context; }