#if NETFRAMEWORK using System.Collections.Generic; #endif namespace EnvelopeGenerator.Infrastructure #if NET ; #elif NETFRAMEWORK { #endif public class DbTriggerParams : Dictionary> { } #if NETFRAMEWORK } #endif