Core refactoring (app doesn't work)
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace FoxTube.Models
|
||||
{
|
||||
public class SuspendedUser
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Email { get; set; }
|
||||
public string Avatar { get; set; }
|
||||
public string RefreshToken { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user