Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <VRVSS_PCS_WebMVC.ServiceReference1.InspectionBO> > GetInspectionDataAsync(VRVSS_PCS_WebMVC.ServiceReference1.InspectionBO inspectionBO)
 {
     return(base.Channel.GetInspectionDataAsync(inspectionBO));
 }
Ejemplo n.º 2
0
 public System.Collections.Generic.List <VRVSS_PCS_WebMVC.ServiceReference1.InspectionBO> GetInspectionData(VRVSS_PCS_WebMVC.ServiceReference1.InspectionBO inspectionBO)
 {
     return(base.Channel.GetInspectionData(inspectionBO));
 }