コード例 #1
0
        public NotificationTestController()
        {
            _pushRepository = new PushRepository();

            _androidPushService = new AndroidPushNotificationService(_pushRepository);

            _applePushService = new ApplePushNotificationService(_pushRepository);
        }
コード例 #2
0
        public NotificationTestController()
        {
            _pushRepository = new PushRepository();

            _androidPushService = new AndroidPushNotificationService(_pushRepository);

            _applePushService = new ApplePushNotificationService(_pushRepository);
        }