Skip to content

Commit 574c76f

Browse files
committed
Another complete block of porting
1 parent 67ac160 commit 574c76f

File tree

7 files changed

+594
-6
lines changed

7 files changed

+594
-6
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
using System.Collections.Generic;
2+
3+
namespace SIL.Machine.Corpora.Analysis
4+
{
5+
public class Chapter
6+
{
7+
public List<Verse> Verses { get; set; }
8+
}
9+
}

0 commit comments

Comments
 (0)