Пример #1
0
        public ActionResult DeleteProduct(Guid contractId, int productId)
        {
            var deleteState = obkRepo.DeleteProduct(contractId, productId);

            return(Json(deleteState));
        }