Exemplo n.º 1
0
 public DependentDatabaseRepository(MySimpleThing mySimpleThing)
 {
     _mySimpleThing = mySimpleThing;
 }
Exemplo n.º 2
0
 public MySlightlySimpleThing(MySimpleThing simpleThing)
 {
     SimpleThing = simpleThing;
 }