Example #1
0
 public DependentDatabaseRepository(MySimpleThing mySimpleThing)
 {
     _mySimpleThing = mySimpleThing;
 }
Example #2
0
 public MySlightlySimpleThing(MySimpleThing simpleThing)
 {
     SimpleThing = simpleThing;
 }