コード例 #1
0
 public PushService(IPushLogsService pushLogsService, INotificationProvider notificationProvider,
                    IUserProfileService userProfileService, IUnitNotificationProvider unitNotificationProvider)
 {
     _pushLogsService          = pushLogsService;
     _notificationProvider     = notificationProvider;
     _userProfileService       = userProfileService;
     _unitNotificationProvider = unitNotificationProvider;
 }