Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.SectionWithLoginUsersResult> GetItemsAsync(string SessionKey, int CompanyId, Rac.VOne.Web.Models.SectionWithLoginUserSearch SectionWithLoginUserSearch)
 {
     return(base.Channel.GetItemsAsync(SessionKey, CompanyId, SectionWithLoginUserSearch));
 }
Ejemplo n.º 2
0
 public Rac.VOne.Web.Models.SectionWithLoginUsersResult GetItems(string SessionKey, int CompanyId, Rac.VOne.Web.Models.SectionWithLoginUserSearch SectionWithLoginUserSearch)
 {
     return(base.Channel.GetItems(SessionKey, CompanyId, SectionWithLoginUserSearch));
 }