feat: initial working version of service refs NOISSUE
This commit is contained in:
@@ -3,7 +3,7 @@ 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; }
|
||||
public string? Name { get; set; }
|
||||
public string? Artist { get; set; }
|
||||
public string? Url { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user