Example #1
0
 public Manutencao ObterPorId(string id)
 {
     return(repository.ObterPorId(id));
 }