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