mirror of
https://github.com/bitwarden/server
synced 2026-01-02 08:33:48 +00:00
[AC-1904] Implement endpoint to retrieve Provider subscription (#3921)
* Refactor Core.Billing prior to adding new logic * Add ProviderBillingQueries.GetSubscriptionData * Add ProviderBillingController.GetSubscriptionAsync
This commit is contained in:
@@ -5,5 +5,5 @@ namespace Bit.Core.Billing.Repositories;
|
||||
|
||||
public interface IProviderPlanRepository : IRepository<ProviderPlan, Guid>
|
||||
{
|
||||
Task<ProviderPlan> GetByProviderId(Guid providerId);
|
||||
Task<ICollection<ProviderPlan>> GetByProviderId(Guid providerId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user