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