CQRSalad.Infrastructure.Logging.KutchaDispatcherContextLogger.KutchaDispatcherContextLogger C# (CSharp) Method

KutchaDispatcherContextLogger() public method

public KutchaDispatcherContextLogger ( IKutchaStore store ) : System.Threading.Tasks
store IKutchaStore
return System.Threading.Tasks
        public KutchaDispatcherContextLogger(IKutchaStore<KutchaDispatcherContextLog> store)
        {
            _store = store;
        }