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