Exemple #1
0
        public async Task <NotificationInfo> GetNotificationListByGateway(int StartIndex, int Count)
        {
            var res = await _notificationClient.GetNotificationListBySensor(StartIndex, Count);

            return(await _notificationClient.GetNotificationListByGateway(StartIndex, Count));
        }