mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
4 lines
117 B
C#
4 lines
117 B
C#
namespace Bit.Core.Billing.Services;
|
|
|
|
public interface IOrganizationAutomaticTaxStrategy : IAutomaticTaxStrategy;
|