예제 #1
0
파일: Form1.cs 프로젝트: Talipbl/WebApi
        private async void btnDelete_Click(object sender, EventArgs e)
        {
            bool result = await _productPrecessor.DeleteProduct(_id);

            await GetList();
        }