Esempio n. 1
0
 public static void AddPlotLength(this NameValueCollection queryBuilder, PlotLenthType plotLength)
 {
     queryBuilder.Add(PLOT_LENGTH_KEY, plotLength.ToString());
 }
 public OmdbIdRequestBuilder WithPlotLength(PlotLenthType plotLength)
 {
     _queryString.AddPlotLength(plotLength);
     return(this);
 }