Пример #1
0
 public List <Servico> RecuperarListaStatus(Status status)
 {
     return(_repositorio.RecuperarLista(status));
 }