Iceshrimp.NET/Iceshrimp.Backend/Core/Services/UserService.cs
2024-01-09 18:54:38 +01:00

7 lines
No EOL
126 B
C#

namespace Iceshrimp.Backend.Core.Services;
public static class UserService {
public static async Task CreateUser() {
}
}