Exemple #1
0
 public void shouldFindCycleAndThrowException()
 {
     SimpleContainer simpleContainer = new SimpleContainer();
     ACycle          fs = simpleContainer.Resolve <ACycle>();
 }
Exemple #2
0
 public BCycle(ACycle a1)
 {
     this.a = a1;
 }