Exemple #1
0
 public bool Exists(string menuName)
 {
     return(_menuStorage.MenuExists(menuName));
 }