add some initial stuff
This commit is contained in:
9
song_of_the_day/Data/Song.cs
Normal file
9
song_of_the_day/Data/Song.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
public class Song
|
||||
{
|
||||
public int SongId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string Artist { get; set; }
|
||||
public string Url { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user