Esempio n. 1
0
 public WebNotificationSender(TemplateFactory factory) : base(factory)
 {
 }
Esempio n. 2
0
 public NotificationSenderAbstractFactory(TemplateFactory templateFactory)
 {
     _templateFactory = templateFactory;
 }