Пример #1
0
        public static async Task <UserNotificationResponse> GetNotificationUserExample()
        {
            TelematicsV2             telematicsV2 = new TelematicsV2(publicKey, privateKey, userKey);
            UserNotificationResponse response     = await telematicsV2.GetNotificationUser();

            return(response);
        }
        public static async Task <GetNotificationResponse> GetNotificationUserExample()
        {
            GetNotificationResponse response = await DataExchangeAPI.GetNotificationUser();

            return(response);
        }