예제 #1
0
 public Decorator3(IService impl)
 {
     this.impl = impl.notNull();
 }