many fixes and improvements - rework for modules/ and common/
feat(emailer): add Postmark and Resend providers
This commit is contained in:
7
backend/Modules/Identity/Models/RoleModel.cs
Normal file
7
backend/Modules/Identity/Models/RoleModel.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Hutopy.Modules.Identity.Models;
|
||||
|
||||
public class RoleModel
|
||||
{
|
||||
public Guid Id { get; set; }
|
||||
public string? Name { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user