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