Ejemplo n.º 1
0
 public PostfixTemplateRegistration(
     [NotNull] IPostfixTemplate <TPostfixTemplateContext> template, [NotNull] PostfixTemplateAttribute metadata, [NotNull] string providerKey)
 {
     Template    = template;
     Metadata    = metadata;
     SettingsKey = providerKey;
 }
Ejemplo n.º 2
0
 public TemplateProviderInfo([NotNull] IPostfixTemplate provider,
                             [NotNull] PostfixTemplateAttribute metadata,
                             [NotNull] string providerKey)
 {
     Provider    = provider;
     Metadata    = metadata;
     SettingsKey = providerKey;
 }