Exemple #1
0
 public async Task <ShortcutResult> FindByNameAsync(string name)
 {
     return(await _shortcutRepository.FindByNameAsync(name));
 }