Exemple #1
0
 public Dome.R213b.eventGetNotificationStructureResponseDto getNotifications(Dome.R213b.eventGetNotificationStructureDto eventGetNotificationStructureDto)
 {
     Dome.R213b.getNotifications inValue = new Dome.R213b.getNotifications();
     inValue.eventGetNotificationStructureDto = eventGetNotificationStructureDto;
     Dome.R213b.getNotificationsResponse retVal = ((Dome.R213b.DOME_BUS_EAI_R213beventGetNotificationStructureWS)(this)).getNotifications(inValue);
     return(retVal.eventGetNotificationStructureResponse);
 }
Exemple #2
0
 Dome.R213b.getNotificationsResponse Dome.R213b.DOME_BUS_EAI_R213beventGetNotificationStructureWS.getNotifications(Dome.R213b.getNotifications request)
 {
     return(base.Channel.getNotifications(request));
 }