Beispiel #1
0
 public Entry(CorrectionEntry entry)
 {
     Singular = new DeclensionForms(entry.Singular);
 }
Beispiel #2
0
 public Entry(CorrectionEntry entry)
 {
     Singular = new DeclensionFormsForCorrection(entry.Singular);
     Plural   = new DeclensionFormsForCorrection(entry.Plural);
 }