Files
components/LiteCharms.Features.MidrandBooks/Payments/PaymentService.cs
T
Khwezi Mngoma 902942eee6
continuous-integration/drone/pr Build is passing
Completed initial database design
Sealed qualifying public classes
Migrated database changes
2026-05-27 09:12:04 +02:00

8 lines
161 B
C#

using LiteCharms.Features.MidrandBooks.Abstractions;
namespace LiteCharms.Features.MidrandBooks.Payments;
public sealed class PaymentService : IService
{
}