Esempio n. 1
0
 public ThingExistStep(ThingFinder finder)
 {
     _finder = finder;
 }
Esempio n. 2
0
 public ThingExistsActionFilter(ThingFinder thingFinder)
 {
     this.thingFinder = thingFinder;
 }