Class CurrencyService
Note
For comments, please see ICurrencyService
public class CurrencyService : ServiceBase<Currency>, ICurrencyService, IService<Currency>, IServiceCreatable<Currency>
- Inheritance
-
CurrencyService
- Implements
- Inherited Members
Constructors
CurrencyService(IEFCoreScopeProvider<CommerceDbContext>)
public CurrencyService(IEFCoreScopeProvider<CommerceDbContext> efCoreScopeProvider)
Parameters
efCoreScopeProvider
IEFCoreScopeProvider<CommerceDbContext>
Methods
List(Guid)
public Task<IEnumerable<Currency>> List(Guid storeId)
Parameters
storeId
Guid