public AtendenteRepository() { try { _atendenteContext = new CVContext(); } catch (Exception e) { throw e; } }
public ClienteRepository() { try { _clienteContext = new CVContext(); } catch (Exception e) { throw e; } }