mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
9 lines
166 B
C#
9 lines
166 B
C#
namespace Kyoo.Models
|
|
{
|
|
public class Account
|
|
{
|
|
public string Username { get; set; }
|
|
public string Email { get; set; }
|
|
public string Picture { get; set; }
|
|
}
|
|
} |