示例#1
0
 public void DeleteMenuItem(int id)
 {
     ExecuteWithExceptionHandling(() => _menuManager.DeleteMenuItem(id));
 }