feat: initial working version of service refs NOISSUE
This commit is contained in:
@@ -3,6 +3,8 @@ using Microsoft.EntityFrameworkCore;
|
||||
public class User
|
||||
{
|
||||
public int UserId { get; set; }
|
||||
public string SignalId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public string? SignalMemberId { get; set; }
|
||||
public string? Name { get; set; }
|
||||
public string? NickName { get; set; }
|
||||
public bool IsIntroduced { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user