Example #1
0
 public Rac.VOne.Web.Models.ApplicationControlResult Add(string sessionKey, Rac.VOne.Web.Models.ApplicationControl applicationControl)
 {
     return(base.Channel.Add(sessionKey, applicationControl));
 }
Example #2
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.ApplicationControlResult> AddAsync(string sessionKey, Rac.VOne.Web.Models.ApplicationControl applicationControl)
 {
     return(base.Channel.AddAsync(sessionKey, applicationControl));
 }
Example #3
0
 public Rac.VOne.Web.Models.CountResult Save(string sessionKey, Rac.VOne.Web.Models.ApplicationControl applicationControl)
 {
     return(base.Channel.Save(sessionKey, applicationControl));
 }