Exemplo n.º 1
0
 public WebServiceSoapQLHP.DSSV.Sinh_vien[] DanhsachSV()
 {
     WebServiceSoapQLHP.DSSV.DanhsachSVRequest inValue = new WebServiceSoapQLHP.DSSV.DanhsachSVRequest();
     inValue.Body = new WebServiceSoapQLHP.DSSV.DanhsachSVRequestBody();
     WebServiceSoapQLHP.DSSV.DanhsachSVResponse retVal = ((WebServiceSoapQLHP.DSSV.QLHPSoap)(this)).DanhsachSV(inValue);
     return(retVal.Body.DanhsachSVResult);
 }
Exemplo n.º 2
0
 WebServiceSoapQLHP.DSSV.DanhsachSVResponse WebServiceSoapQLHP.DSSV.QLHPSoap.DanhsachSV(WebServiceSoapQLHP.DSSV.DanhsachSVRequest request)
 {
     return(base.Channel.DanhsachSV(request));
 }