9 lines
No EOL
223 B
C#
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; }
|
|
}
|
|
} |