about summary refs log tree commit diff
path: root/MatrixRoomUtils.Core/Services/HomeserverService.cs
blob: ba48e6c5eb62c759d7ea7a3f9b7073f5a0a2db9a (plain) (blame)
1
2
3
4
5
6
7
8
using MatrixRoomUtils.Core.Attributes;

namespace MatrixRoomUtils.Core.Services; 

[Trace]
public class HomeserverService {
    
}