add some initial stuff
This commit is contained in:
10
song_of_the_day/Data/SongSuggestion.cs
Normal file
10
song_of_the_day/Data/SongSuggestion.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
public class SongSuggestion
|
||||
{
|
||||
|
||||
public int Id { get; set;}
|
||||
public User User { get; set; }
|
||||
public Song Song { get; set; }
|
||||
public DateTime Date { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user