Exemple #1
0
 public async Task <bool> DeleteAsync(int id)
 {
     return(await _shortcutRepository.DeleteAsync(id));
 }
Exemple #2
0
 public async Task DeleteAsync(Shortcut shortcut)
 {
     await _shortcutRepository.DeleteAsync(shortcut);
 }