yavsc/Yavsc.Server/Models/IT/SourceCode/GitRepository.cs
2018-06-08 09:57:53 +02:00

9 lines
No EOL
223 B
C#

namespace Yavsc.Server.Models.IT.SourceCode
{
public class GitRepositoryReference
{
public string Url { get; set; }
public string Path { get; set; }
public string Branch { get; set; }
}
}