Exemplo n.º 1
0
 public System.Threading.Tasks.Task InformAboutCanceledAlertAsync(AMS.Broker.Contracts.DTO.Alert alert)
 {
     return(base.Channel.InformAboutCanceledAlertAsync(alert));
 }
Exemplo n.º 2
0
 public void InformAboutAlertUpdate(AMS.Broker.Contracts.DTO.Alert alert)
 {
     base.Channel.InformAboutAlertUpdate(alert);
 }
Exemplo n.º 3
0
 public void InformAboutCanceledAlert(AMS.Broker.Contracts.DTO.Alert alert)
 {
     base.Channel.InformAboutCanceledAlert(alert);
 }
Exemplo n.º 4
0
 public void InformCapProfileUpdate(AMS.Broker.Contracts.DTO.Alert alertDto)
 {
     base.Channel.InformCapProfileUpdate(alertDto);
 }
Exemplo n.º 5
0
 public System.Threading.Tasks.Task InformCapProfileUpdateAsync(AMS.Broker.Contracts.DTO.Alert alertDto)
 {
     return(base.Channel.InformCapProfileUpdateAsync(alertDto));
 }
Exemplo n.º 6
0
 public void InformAboutRaisedAlertsAssigned(AMS.Broker.Contracts.DTO.Alert alertDto)
 {
     base.Channel.InformAboutRaisedAlertsAssigned(alertDto);
 }
Exemplo n.º 7
0
 public System.Threading.Tasks.Task InformAboutRaisedAlertsAssignedAsync(AMS.Broker.Contracts.DTO.Alert alertDto)
 {
     return(base.Channel.InformAboutRaisedAlertsAssignedAsync(alertDto));
 }
Exemplo n.º 8
0
 public void InformAboutCollabrateAlerts(AMS.Broker.Contracts.DTO.Alert alertDto)
 {
     base.Channel.InformAboutCollabrateAlerts(alertDto);
 }
Exemplo n.º 9
0
 public System.Threading.Tasks.Task InformAboutRaisedAlertsNewAsync(AMS.Broker.Contracts.DTO.Alert alertDto, string OldOwner)
 {
     return(base.Channel.InformAboutRaisedAlertsNewAsync(alertDto, OldOwner));
 }
Exemplo n.º 10
0
 public void InformAboutRaisedAlertsNew(AMS.Broker.Contracts.DTO.Alert alertDto, string OldOwner)
 {
     base.Channel.InformAboutRaisedAlertsNew(alertDto, OldOwner);
 }
Exemplo n.º 11
0
 public System.Threading.Tasks.Task <bool> SentAlertToStationAsync(string userSID, AMS.Broker.Contracts.DTO.Alert alert)
 {
     return(base.Channel.SentAlertToStationAsync(userSID, alert));
 }
Exemplo n.º 12
0
 public bool SentAlertToStation(string userSID, AMS.Broker.Contracts.DTO.Alert alert)
 {
     return(base.Channel.SentAlertToStation(userSID, alert));
 }