예제 #1
0
 public NavMenuWidgetConfigForm(SiteContext siteContext, ConnectDbContext db,
                                NavMenuWidgetService widgetService, UserContext userContext, NavigationMenuManager navMenuManager)
 {
     _siteContext    = siteContext;
     _db             = db;
     _widgetService  = widgetService;
     _userContext    = userContext;
     _navMenuManager = navMenuManager;
 }
 public NavMenuWidgetDataController(NavMenuWidgetService widgetService)
 {
     _widgetService = widgetService;
 }