示例#1
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.SectionsResult> GetItemsAsync(string SessionKey, int CompanyId, Rac.VOne.Web.Models.SectionSearch SectionSearch)
 {
     return(base.Channel.GetItemsAsync(SessionKey, CompanyId, SectionSearch));
 }
示例#2
0
 public Rac.VOne.Web.Models.SectionsResult GetItems(string SessionKey, int CompanyId, Rac.VOne.Web.Models.SectionSearch SectionSearch)
 {
     return(base.Channel.GetItems(SessionKey, CompanyId, SectionSearch));
 }