コード例 #1
0
 public TagNotificationService(ISettingsService settingsService, ITagNotificationRepository notificationRepository)
 {
     _settingsService = settingsService;
     _notificationRepository = notificationRepository;
 }
コード例 #2
0
 public TagNotificationService(ISettingsService settingsService, ITagNotificationRepository notificationRepository)
 {
     _settingsService        = settingsService;
     _notificationRepository = notificationRepository;
 }