Exemple #1
0
 public async Task <List <Shortcut> > All()
 {
     return(await _shortcutRepository.GetAllAsync());
 }