コード例 #1
0
ファイル: UrunYonetim.cs プロジェクト: BoraAcar/Protects
        public void Sil(int id)
        {
            Urun urun = repo_urun.Find(x => x.id == id);

            repo_urun.Delete(urun);
        }