示例#1
0
 public async Task <bool> CanModifyAsync(int accountID, int pID)
 {
     return(await _playlistRepository.CanModifyAsync(accountID, pID));
 }