コード例 #1
0
ファイル: UrunController.cs プロジェクト: mertceken/dotnet
 public void UrunSil(int urunler_id)
 {
     urunMan.UrunSil(urunler_id);
 }