Exemplo n.º 1
0
 public bool AddStrelec(UnitTestProject1.ServiceReferenceSZ.Strelec s, out int id)
 {
     UnitTestProject1.ServiceReferenceSZ.AddStrelecRequest inValue = new UnitTestProject1.ServiceReferenceSZ.AddStrelecRequest();
     inValue.s = s;
     UnitTestProject1.ServiceReferenceSZ.AddStrelecResponse retVal = ((UnitTestProject1.ServiceReferenceSZ.IStrelskaZveza)(this)).AddStrelec(inValue);
     id = retVal.id;
     return(retVal.AddStrelecResult);
 }
Exemplo n.º 2
0
 public bool DodajStrelcaVklub(UnitTestProject1.ServiceReferenceSZ.Strelec s, string kid, out int id)
 {
     UnitTestProject1.ServiceReferenceSZ.DodajStrelcaVklubRequest inValue = new UnitTestProject1.ServiceReferenceSZ.DodajStrelcaVklubRequest();
     inValue.s   = s;
     inValue.kid = kid;
     UnitTestProject1.ServiceReferenceSZ.DodajStrelcaVklubResponse retVal = ((UnitTestProject1.ServiceReferenceSZ.IStrelskaZveza)(this)).DodajStrelcaVklub(inValue);
     id = retVal.id;
     return(retVal.DodajStrelcaVklubResult);
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <bool> UpdateStrelecAsync(UnitTestProject1.ServiceReferenceSZ.Strelec k)
 {
     return(base.Channel.UpdateStrelecAsync(k));
 }
Exemplo n.º 4
0
 public bool UpdateStrelec(UnitTestProject1.ServiceReferenceSZ.Strelec k)
 {
     return(base.Channel.UpdateStrelec(k));
 }
Exemplo n.º 5
0
 public DodajStrelcaVklubRequest(UnitTestProject1.ServiceReferenceSZ.Strelec s, string kid)
 {
     this.s   = s;
     this.kid = kid;
 }
Exemplo n.º 6
0
 public AddStrelecRequest(UnitTestProject1.ServiceReferenceSZ.Strelec s)
 {
     this.s = s;
 }