示例#1
0
 public async Task <IEnumerable <SongWatch> > GetAllWatchAsync(int accountID)
 {
     return(await _songRepo.GetAllWatchAsync(accountID));
 }