feat: initial working version of service refs NOISSUE
This commit is contained in:
@@ -2,9 +2,9 @@ using Microsoft.EntityFrameworkCore;
|
||||
|
||||
public class SongSuggestion
|
||||
{
|
||||
|
||||
public int Id { get; set;}
|
||||
public User User { get; set; }
|
||||
public Song Song { get; set; }
|
||||
|
||||
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