public void Insert(ConsultaModel model) { Insert(model.ModelToEntity()); }
public void Update(ConsultaModel model) { Update(model.ModelToEntity()); }
public void Delete(ConsultaModel model) { Delete(model.ModelToEntity()); }