Ejemplo n.º 1
0
 public GroceryHubFeatureContext AddSubstitute(string key, string value)
 {
     _substituter.AddSubstitute(key, value);
     return(this);
 }
 public MyMovieTheaterFeatureContext AddSubstitute(string key, string value)
 {
     _substituter.AddSubstitute(key, value);
     return(this);
 }