Esempio n. 1
0
 public ContatoCliente ObterPorId(Guid id)
 {
     return(_contatoClienteRepositorio.ObterPorId(id));
 }