Exemple #1
0
 public async Task <int> CreateAsync(ShortcutModifyRequest request)
 {
     return(await _shortcutRepository.CreateAsync(request));
 }