示例#1
0
 public async Task <IEnumerable <PlaylistWatch> > GetAllWatchAsync(int accountId)
 {
     return(await _playlistRepository.GetAllWatchAsync(accountId));
 }