Fixing comments
This commit is contained in:
Родитель
0afd9bb4f7
Коммит
b553c9e5cc
|
@ -9,7 +9,7 @@ using System;
|
|||
namespace Microsoft.Store.PartnerCenter.Samples.Orders
|
||||
{
|
||||
/// <summary>
|
||||
/// A scenario that retrieves a customer orders.
|
||||
/// A scenario that retrieves an activation link from a customer order.
|
||||
/// </summary>
|
||||
public class GetLineItemActivationLink : BasePartnerScenario
|
||||
{
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
namespace Microsoft.Store.PartnerCenter.Samples.Subscriptions
|
||||
{
|
||||
/// <summary>
|
||||
/// A scenario that updates an existing customer subscription.
|
||||
/// A scenario that cancels an existing customer subscription.
|
||||
/// </summary>
|
||||
public class CancelSaaSSubscription : BasePartnerScenario
|
||||
{
|
||||
|
|
|
@ -1,14 +1,20 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
// -----------------------------------------------------------------------
|
||||
// <copyright file="ToggleSubscriptionAutoRenew.cs" company="Microsoft">
|
||||
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
// </copyright>
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
namespace Microsoft.Store.PartnerCenter.Samples.Subscriptions
|
||||
{
|
||||
/// <summary>
|
||||
/// A scenario that toggles autorenew for an existing subscription.
|
||||
/// </summary>
|
||||
class ToggleSubscriptionAutoRenew : BasePartnerScenario
|
||||
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="CancelSaaSSubscription"/> class.
|
||||
/// </summary>
|
||||
/// <param name="context">The scenario context.</param>
|
||||
public ToggleSubscriptionAutoRenew(IScenarioContext context) : base("Toggle Subcription Autorenew", context)
|
||||
{
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче