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