Exemple #1
0
 public MultipleCompositionConstructors(IAnotherContract anotherContract)
 {
     AnotherContract = anotherContract;
 }
 public NoCompositionContructors(ISampleContract sampleContract, IAnotherContract anotherContract)
 {
     SampleContract  = sampleContract;
     AnotherContract = anotherContract;
 }