コード例 #1
0
 public WebNotificationSender(TemplateFactory factory) : base(factory)
 {
 }
コード例 #2
0
 public NotificationSenderAbstractFactory(TemplateFactory templateFactory)
 {
     _templateFactory = templateFactory;
 }