public GetEndingsParent(IGetEndings parent)
 {
     this.Parent = parent;
 }
Exemple #2
0
 public GetEndingsGeneral(IGetEndings parent)
 {
     this.Parent = parent;
 }