10 lines
No EOL
301 B
C#
10 lines
No EOL
301 B
C#
namespace Website.Data.States {
|
|
public class GitRepositoryOwnerState {
|
|
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; }
|
|
}
|
|
} |