/// <summary>
 /// MostCommentatedPhotosCommand to execute
 /// </summary>
 /// <param name="i_Type">Type of the feature</param>
 /// <param name="i_Compare">Strategy method</param>
 public void MostCommentatedPhotosCommand(Type i_Type, ICompare i_Compare)
 {
     MostCommentatedPhotos = new MostCommentatedPhotosCommand(() => m_FeaturesFactory.LoadFeature(i_Type, i_Compare));
 }
Beispiel #2
0
 /// <summary>
 /// MostCommentatedPhotosCommand to execute
 /// </summary>
 /// <param name="i_Type">Type of the feature</param>
 /// <param name="i_Compare">Strategy method</param>
 public void MostCommentatedPhotosCommand(Type i_Type, ICompare i_Compare)
 {
     MostCommentatedPhotos = new MostCommentatedPhotosCommand(() => m_FeaturesFactory.LoadFeature(i_Type, i_Compare));
 }