示例#1
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <Assignment21_WCF_Client.Q1T2Service.Openings> > OpeningJobsByRoleAsync(Assignment21_WCF_Client.Q1T2Service.RoleType Role)
 {
     return(base.Channel.OpeningJobsByRoleAsync(Role));
 }
示例#2
0
 public System.Collections.Generic.List <Assignment21_WCF_Client.Q1T2Service.Openings> OpeningJobsByRole(Assignment21_WCF_Client.Q1T2Service.RoleType Role)
 {
     return(base.Channel.OpeningJobsByRole(Role));
 }