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