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