public MiddlewareChevyStar.ChevyStarService.CarOnlinePosItemInfo[] GetCarsInfo(MiddlewareChevyStar.ChevyStarService.LoginInfo LoginInfo)
 {
     MiddlewareChevyStar.ChevyStarService.GetCarsInfoRequest inValue = new MiddlewareChevyStar.ChevyStarService.GetCarsInfoRequest();
     inValue.LoginInfo = LoginInfo;
     MiddlewareChevyStar.ChevyStarService.GetCarsInfoResponse retVal = ((MiddlewareChevyStar.ChevyStarService.OnlineSoap)(this)).GetCarsInfo(inValue);
     return(retVal.GetCarsInfoResult);
 }
 public System.Threading.Tasks.Task <MiddlewareChevyStar.ChevyStarService.GetCarsInfoResponse> GetCarsInfoAsync(MiddlewareChevyStar.ChevyStarService.LoginInfo LoginInfo)
 {
     MiddlewareChevyStar.ChevyStarService.GetCarsInfoRequest inValue = new MiddlewareChevyStar.ChevyStarService.GetCarsInfoRequest();
     inValue.LoginInfo = LoginInfo;
     return(((MiddlewareChevyStar.ChevyStarService.OnlineSoap)(this)).GetCarsInfoAsync(inValue));
 }
 System.Threading.Tasks.Task <MiddlewareChevyStar.ChevyStarService.GetCarsInfoResponse> MiddlewareChevyStar.ChevyStarService.OnlineSoap.GetCarsInfoAsync(MiddlewareChevyStar.ChevyStarService.GetCarsInfoRequest request)
 {
     return(base.Channel.GetCarsInfoAsync(request));
 }
 MiddlewareChevyStar.ChevyStarService.GetCarsInfoResponse MiddlewareChevyStar.ChevyStarService.OnlineSoap.GetCarsInfo(MiddlewareChevyStar.ChevyStarService.GetCarsInfoRequest request)
 {
     return(base.Channel.GetCarsInfo(request));
 }