Пример #1
0
 /// <summary>
 /// Creates a new instance of the <see cref="MenuDataFilter"></see> class.
 /// </summary>
 /// <param name="cuyahogaContext"></param>
 /// <param name="sitemapProvider"></param>
 public MenuDataFilter(ICuyahogaContext cuyahogaContext, IMvcSitemapProvider sitemapProvider)
 {
     _cuyahogaContext = cuyahogaContext;
     _sitemapProvider = sitemapProvider;
 }
Пример #2
0
 /// <summary>
 /// Creates a new instance of the <see cref="MenuDataFilter"></see> class.
 /// </summary>
 /// <param name="cuyahogaContext"></param>
 /// <param name="sitemapProvider"></param>
 public MenuDataFilter(ICuyahogaContext cuyahogaContext, IMvcSitemapProvider sitemapProvider)
 {
     _cuyahogaContext = cuyahogaContext;
     _sitemapProvider = sitemapProvider;
 }