Interface ITaxRateService
public interface ITaxRateService : IService<TaxRate>, IServiceCreatable<TaxRate>
- Inherited Members
Methods
Get(Guid, string)
Task<TaxRate> Get(Guid storeId, string name)
Parameters
Returns
List(Guid)
Task<IEnumerable<TaxRate>> List(Guid storeId)
Parameters
storeId
Guid