8 lines
178 B
C#
8 lines
178 B
C#
namespace Sep.Git.Tfs.Core
|
|
{
|
|
public class TfsCheckinNote : ITfsCheckinNote
|
|
{
|
|
public string Name { get; set; }
|
|
public string Value { get; set; }
|
|
}
|
|
} |