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