Example #1
0
 public IEnumerable <tb_servico> TodosServicos()
 {
     return(servicoService.GetAll());
 }