7 lines
No EOL
126 B
C#
7 lines
No EOL
126 B
C#
namespace Iceshrimp.Backend.Core.Services;
|
|
|
|
public static class UserService {
|
|
public static async Task CreateUser() {
|
|
|
|
}
|
|
} |