mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 11:44:56 +00:00
new app server and database + added hub and controller of user profile
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Govor.Application.Profiles;
|
||||
|
||||
public class UserProfile
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string Username { get; set; } = string.Empty;
|
||||
public string? Description { get; set; }
|
||||
public Guid? IconId { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user