mirror of
https://github.com/leiurayer/downkyi.git
synced 2025-03-22 23:30:11 +08:00
9 lines
149 B
C#
9 lines
149 B
C#
namespace DownKyi.Models
|
|
{
|
|
public class Resolution
|
|
{
|
|
public string Name { get; set; }
|
|
public int Id { get; set; }
|
|
}
|
|
}
|