Adds messages api
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
namespace Hutopy.Application.Common.Models;
|
||||
|
||||
// TODO: Review nullable affectation here
|
||||
public class UserModel
|
||||
{
|
||||
public string? Id { get; set; }
|
||||
@@ -7,4 +8,5 @@ public class UserModel
|
||||
public string? FirstName { get; set; }
|
||||
public string? LastName { get; set; }
|
||||
public string? Email { get; set; }
|
||||
public string? PortraitUrl { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user