8 lines
151 B
C#
8 lines
151 B
C#
namespace Sep.Git.Tfs.Core
|
|
{
|
|
public interface ITfsCheckinNote
|
|
{
|
|
string Name { get; set; }
|
|
string Value { get; set; }
|
|
}
|
|
} |