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