10 lines
No EOL
302 B
C#
10 lines
No EOL
302 B
C#
namespace Website.Data.States.Git {
|
|
public class RepositoryOwnerState {
|
|
public int id { get; set; }
|
|
public string username { get; set; }
|
|
public string login { get; set; }
|
|
public string full_name { get; set; }
|
|
public string email { get; set; }
|
|
public string avatar_url { get; set; }
|
|
}
|
|
} |