Ejemplo n.º 1
0
 public Task <bool> ExistsAsync(string menuName)
 => _menuStorage.MenuExistsAsync(menuName);
Ejemplo n.º 2
0
 public async Task <bool> ExistsAsync(string menuName)
 {
     return(await _menuStorage.MenuExistsAsync(menuName));
 }