about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/SessionStorageProviderService.cs
blob: d6bffe627105c025fcdc872becba88bab17cf4a8 (plain) (blame)
1
2
3
4
5
using MatrixRoomUtils.Core.Interfaces.Services;

namespace MatrixRoomUtils.Web; 

public class SessionStorageProviderService : IStorageProvider { }