6 lines
No EOL
151 B
C#
6 lines
No EOL
151 B
C#
namespace Website.Data.States.Git {
|
|
public partial class CommitPointerState {
|
|
public string url { get; set; }
|
|
public string sha { get; set; }
|
|
}
|
|
} |