Files
components/LiteCharms.Features/Shop/Notifications/NotificationService.cs
T
2026-05-13 20:06:24 +02:00

6 lines
114 B
C#

namespace LiteCharms.Features.Shop.Notifications;
public class NotificationService : INotificationService
{
}