mirror of
https://github.com/CakesTwix/Smakolykytl2Epub.git
synced 2025-01-01 22:21:36 -05:00
6 lines
No EOL
102 B
C#
6 lines
No EOL
102 B
C#
namespace Smakolykytl2Epub.Models;
|
|
|
|
public class Chapters
|
|
{
|
|
public Chapter chapter { get; set; }
|
|
} |