Beispiel #1
0
 public Representada ObterPorId(Guid id)
 {
     return(_representadaRepositorio.ObterPorId(id));
 }