示例#1
0
        public static void TestSellingTitleDaysOfWeekDelete(InventoryGuideService.InventoryGuideServiceClient client)
        {
            var request = new SellingTitleDaysOfWeekDeleteRequest();

            request.SellingTitleDaysOfWeekHashKey = "f0bb9ec9-8e5c-4d17-8ed5-238ee3730f67";
            var response = client.SellingTitleDaysOfWeekDelete(request);
        }
示例#2
0
        public static void TestSellingTitleDaysOfWeekDelete(SellableInventoryMartService.SellableInventoryMartServiceClient client)
        {
            var request = new SellingTitleDaysOfWeekDeleteRequest();

            request.SellingTitleDaysOfWeekHashKey = "6f340454-4a7e-425a-8264-63902988608f";
            var response = client.SellingTitleDaysOfWeekDelete(request);
        }
示例#3
0
        public override async Task <SellingTitleDaysOfWeekDeleteResponse> SellingTitleDaysOfWeekDelete(SellingTitleDaysOfWeekDeleteRequest request, ServerCallContext context)
        {
            var res = await _executor.ExecuteAsync(new SellingTitleDaysOfWeekDeleteQuery
            {
                SellingTitleDaysOfWeekHashKey = request.SellingTitleDaysOfWeekHashKey
            }).ConfigureAwait(false);

            var returnVal = res;

            var result = new SellingTitleDaysOfWeekDeleteResponse
            {
            };

            return(result);
        }