Beispiel #1
0
 public WebNotificationSender(TemplateFactory factory) : base(factory)
 {
 }
Beispiel #2
0
 public NotificationSenderAbstractFactory(TemplateFactory templateFactory)
 {
     _templateFactory = templateFactory;
 }