Пример #1
0
 public System.Threading.Tasks.Task UpdateRuleAsync(Infrastructure.Models.CRule rule)
 {
     return(base.Channel.UpdateRuleAsync(rule));
 }
Пример #2
0
 public void UpdateRule(Infrastructure.Models.CRule rule)
 {
     base.Channel.UpdateRule(rule);
 }
Пример #3
0
 public System.Threading.Tasks.Task <bool> SendNotificationAsync(Infrastructure.Models.CEventInfo eventInfo, Infrastructure.Models.CRule rule)
 {
     return(base.Channel.SendNotificationAsync(eventInfo, rule));
 }
Пример #4
0
 public void InsertRule(Infrastructure.Models.CRule rule)
 {
     base.Channel.InsertRule(rule);
 }
Пример #5
0
 public bool SendNotification(Infrastructure.Models.CEventInfo eventInfo, Infrastructure.Models.CRule rule)
 {
     return(base.Channel.SendNotification(eventInfo, rule));
 }