Exemple #1
0
 public int AddMenuItem(MenuItemDto menuItem)
 {
     return(ExecuteWithExceptionHandling(() => _menuManager.AddMenuItem(menuItem)));
 }