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