예제 #1
0
 public Servico Show(int id)
 {
     return(servicoDAO.Show(id));
 }