#145 : Ajout du seeder Spotify.
This commit is contained in:
9
Webzine.Business/DTOs/Spotify/SpotifyImageDto.cs
Normal file
9
Webzine.Business/DTOs/Spotify/SpotifyImageDto.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Webzine.Business.DTOs.Spotify;
|
||||
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
public class SpotifyImageDto
|
||||
{
|
||||
[JsonPropertyName("url")]
|
||||
public string? Url { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user