technical edits

This commit is contained in:
Artemy
2025-12-12 17:23:01 +07:00
parent bf2aca40d3
commit 7e6f914878
23 changed files with 461 additions and 114 deletions
@@ -49,11 +49,5 @@ public class InvitesService : IInvitesService
throw new InviteLinkInvalidException(inviteCode);
}
}
public string GenerateInvitationLink(Invitation invitation)
{
throw new NotImplementedException();
}
}