10 lines
201 B
C#
10 lines
201 B
C#
using System;
|
|
|
|
namespace GitHub.DistributedTask.WebApi
|
|
{
|
|
public static class WellKnownServiceEndpointNames
|
|
{
|
|
public const String SystemVssConnection = "SystemVssConnection";
|
|
}
|
|
}
|