mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 19:02:39 +08:00
9 lines
177 B
C#
9 lines
177 B
C#
namespace SourceGit.Models
|
|
{
|
|
public class CommitLink
|
|
{
|
|
public string Name { get; set; } = null;
|
|
public string URLPrefix { get; set; } = null;
|
|
}
|
|
}
|