10 lines
162 B
C#
10 lines
162 B
C#
namespace Shared.Models.Online.KinoPub
|
|
{
|
|
public class Author
|
|
{
|
|
public int? id { get; set; }
|
|
|
|
public string title { get; set; }
|
|
}
|
|
}
|