many fixes and improvements - rework for modules/ and common/
feat(emailer): add Postmark and Resend providers
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Hutopy.Modules.Memberships.Contracts;
|
||||
|
||||
public interface IMembershipCancellationProcessor
|
||||
{
|
||||
Task<DateTimeOffset?> CancelAsync(string subscriptionId, CancellationToken ct = default);
|
||||
}
|
||||
Reference in New Issue
Block a user