18 lines
249 B
C#
18 lines
249 B
C#
#if NETFRAMEWORK
|
|
using System.Collections.Generic;
|
|
#endif
|
|
|
|
namespace EnvelopeGenerator.Infrastructure
|
|
#if NET
|
|
;
|
|
#elif NETFRAMEWORK
|
|
{
|
|
#endif
|
|
|
|
public class DbTriggerParams : Dictionary<string, ICollection<string>>
|
|
{
|
|
}
|
|
|
|
#if NETFRAMEWORK
|
|
}
|
|
#endif |