new event queue adding, register endpoint finished
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace TimetableDesigner.Backend.Services.Authentication.DTO.Events;
|
||||
|
||||
public record RegisterEvent(
|
||||
long Id,
|
||||
string Email
|
||||
);
|
||||
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user