public void Incluir(AgendaViewModel entity) { _repo.Incluir(_mapper.Map <Agenda>(entity)); }
public void Alterar(AgendaViewModel entity) { _repo.Alterar(_mapper.Map <Agenda>(entity)); }