public ArticleProvider(IArticleTable articleData, IStoreTable storeData) { _articleData = articleData; _storeData = storeData; }
public StoreProvider(IStoreTable storeData) { _storeData = storeData; }