Exemplo n.º 1
0
 public UkazkaSluzieb.ServiceReference1.Kniha getById(int id)
 {
     UkazkaSluzieb.ServiceReference1.getByIdRequest inValue = new UkazkaSluzieb.ServiceReference1.getByIdRequest();
     inValue.id = id;
     UkazkaSluzieb.ServiceReference1.getByIdResponse retVal = ((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).getById(inValue);
     return(retVal.kniha);
 }
Exemplo n.º 2
0
 UkazkaSluzieb.ServiceReference1.getByIdResponse UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.getById(UkazkaSluzieb.ServiceReference1.getByIdRequest request)
 {
     return(base.Channel.getById(request));
 }