public CommonLogIMP(ICommonLogStore commonLogStore) { _commonLogStore = commonLogStore; }
public CommonLogRepository(ICommonLogStore commonLogStore) { _commonLogStore = commonLogStore; }