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