示例#1
0
 public System.Threading.Tasks.Task <bool> NotifyNewOwnerOfIncidentReportCollabrotionAsync(string userSID, AMS.Broker.Contracts.DTO.IncidentReportWrapper incidentReport)
 {
     return(base.Channel.NotifyNewOwnerOfIncidentReportCollabrotionAsync(userSID, incidentReport));
 }
示例#2
0
 public bool NotifyNewOwnerOfIncidentReportCollabrotion(string userSID, AMS.Broker.Contracts.DTO.IncidentReportWrapper incidentReport)
 {
     return(base.Channel.NotifyNewOwnerOfIncidentReportCollabrotion(userSID, incidentReport));
 }