public System.Threading.Tasks.Task <WebApplication2.ServiceReference3.GetWeekResponse> GetWeekAsync(int day) { WebApplication2.ServiceReference3.GetWeekRequest inValue = new WebApplication2.ServiceReference3.GetWeekRequest(); inValue.Body = new WebApplication2.ServiceReference3.GetWeekRequestBody(); inValue.Body.day = day; return(((WebApplication2.ServiceReference3.WebService2Soap)(this)).GetWeekAsync(inValue)); }
public string GetWeek(int day) { WebApplication2.ServiceReference3.GetWeekRequest inValue = new WebApplication2.ServiceReference3.GetWeekRequest(); inValue.Body = new WebApplication2.ServiceReference3.GetWeekRequestBody(); inValue.Body.day = day; WebApplication2.ServiceReference3.GetWeekResponse retVal = ((WebApplication2.ServiceReference3.WebService2Soap)(this)).GetWeek(inValue); return(retVal.Body.GetWeekResult); }
System.Threading.Tasks.Task <WebApplication2.ServiceReference3.GetWeekResponse> WebApplication2.ServiceReference3.WebService2Soap.GetWeekAsync(WebApplication2.ServiceReference3.GetWeekRequest request) { return(base.Channel.GetWeekAsync(request)); }
WebApplication2.ServiceReference3.GetWeekResponse WebApplication2.ServiceReference3.WebService2Soap.GetWeek(WebApplication2.ServiceReference3.GetWeekRequest request) { return(base.Channel.GetWeek(request)); }