Example #1
0
 public MobileFriendlyNavigationController(IMobileFriendlyNavigationService navigationService)
 {
     _navigationService = navigationService;
 }
Example #2
0
 public GetMobileFriendlyNavigationNodes(IMobileFriendlyNavigationService mobileFriendlyNavigationService)
 {
     _mobileFriendlyNavigationService = mobileFriendlyNavigationService;
 }