7 lines
124 B
C#
7 lines
124 B
C#
namespace Sep.Git.Tfs.Core
|
|
{
|
|
public interface IGitChangedFile
|
|
{
|
|
void Apply(ITfsWorkspace workspace);
|
|
}
|
|
} |