public TiposInstituicoesController(CorrenteContext context) { _context = context; }
public TipoInstituicaoService(CorrenteContext context) { _context = context; }
public DoacaoService(CorrenteContext context) { _context = context; }