コード例 #1
0
ファイル: MainLogic.cs プロジェクト: amosh2002/OnlineShop
        public bool EditProductExists(int id)
        {
            bool prodexists = db.ProductExists(id);

            return(prodexists);
        }