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