902942eee6
continuous-integration/drone/pr Build is passing
Sealed qualifying public classes Migrated database changes
8 lines
161 B
C#
8 lines
161 B
C#
using LiteCharms.Features.MidrandBooks.Abstractions;
|
|
|
|
namespace LiteCharms.Features.MidrandBooks.Payments;
|
|
|
|
public sealed class PaymentService : IService
|
|
{
|
|
}
|