using NfProcessorApp.Handlers; namespace NfProcessorApp.Infrastructure { public interface IDatabaseUpdater { void Update(NFResult result); } }