1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-06 21:48:12 -05:00
bitwarden/src/Core/Billing/Services/IOrganizationAutomaticTaxStrategy.cs
Jonas Hendrickx 8768e69f76 WIP
2025-03-17 13:47:03 +01:00

4 lines
117 B
C#

namespace Bit.Core.Billing.Services;
public interface IOrganizationAutomaticTaxStrategy : IAutomaticTaxStrategy;