Esempio n. 1
0
        public async Task <ProductResponse> DeleteProductsPPOM(ProductDelete request, Dictionary <string, string> parms = null)
        {
            var endPoint = ProductDelete.Endpoint;

            request.SecretKey = API.PpomKey;

            return(API.DeserializeJSon <ProductResponse>(await API.PostRestful(endPoint, request, parms).ConfigureAwait(false)));
        }
        private void button3_Click(object sender, EventArgs e)
        {
            ProductDelete productDelete = new ProductDelete();

            frmgecis.OperantFormPass(productDelete);
        }