Example #1
0
 public ChapterAndVerse(Chapter chapter, Verse verse)
 {
     this.Chapter = chapter;
     this.Verse   = verse;
 }