b18fea8b6a
CodeFormatter.exe /rule-:FieldNames /nounicode /nocopyright .\GitTfs.sln
9 lines
152 B
C#
9 lines
152 B
C#
|
|
namespace Sep.Git.Tfs.Core
|
|
{
|
|
public interface ITfsCheckinNote
|
|
{
|
|
string Name { get; set; }
|
|
string Value { get; set; }
|
|
}
|
|
} |