Ejemplo n.º 1
0
 public int GetCreatedPlaylistsCount(int userId)
 {
     return(_playlistRepository.GetCreatedPlaylistsCount(userId));
 }