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