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