Files
git-tfs/GitTfs/Core/TfsCheckinNote.cs
T

8 lines
178 B
C#

namespace Sep.Git.Tfs.Core
{
public class TfsCheckinNote : ITfsCheckinNote
{
public string Name { get; set; }
public string Value { get; set; }
}
}