Table of Contents

Interface IStoreService

Namespace
Rescope.Commerce.Core.Services
Assembly
Rescope.Commerce.Core.dll
public interface IStoreService : IService<Store>, IServiceCreatable<Store>
Inherited Members

Methods

Exists(Guid)

Task<bool> Exists(Guid id)

Parameters

id Guid

Returns

Task<bool>

GetStoreStats(Guid)

Task<StoreTreeStats?> GetStoreStats(Guid id)

Parameters

id Guid

Returns

Task<StoreTreeStats>