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

8 lines
151 B
C#

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