azure-powershell/tools/Tools.Common.Test/Category.cs

13 строки
255 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Tools.Common.Test
{
internal class Category
{
public const string AcceptanceType = "AcceptanceType";
public const string CheckIn = "CheckIn";
}
}