コード例 #1
0
ファイル: ServicoService.cs プロジェクト: glodzienski/ASP.NET
 public Servico Show(int id)
 {
     return(servicoDAO.Show(id));
 }