示例#1
0
文件: Reference.cs 项目: Majky336/PIS
 public System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.updateResponse> updateAsync(string team_id, string team_password, int entity_id, UkazkaSluzieb.ServiceReference1.Kniha Kniha)
 {
     UkazkaSluzieb.ServiceReference1.updateRequest inValue = new UkazkaSluzieb.ServiceReference1.updateRequest();
     inValue.team_id       = team_id;
     inValue.team_password = team_password;
     inValue.entity_id     = entity_id;
     inValue.Kniha         = Kniha;
     return(((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).updateAsync(inValue));
 }
示例#2
0
文件: Reference.cs 项目: Majky336/PIS
 public int update(string team_id, string team_password, int entity_id, UkazkaSluzieb.ServiceReference1.Kniha Kniha)
 {
     UkazkaSluzieb.ServiceReference1.updateRequest inValue = new UkazkaSluzieb.ServiceReference1.updateRequest();
     inValue.team_id       = team_id;
     inValue.team_password = team_password;
     inValue.entity_id     = entity_id;
     inValue.Kniha         = Kniha;
     UkazkaSluzieb.ServiceReference1.updateResponse retVal = ((UkazkaSluzieb.ServiceReference1.Team024KnihaPortType)(this)).update(inValue);
     return(retVal.updates);
 }
示例#3
0
文件: Reference.cs 项目: Majky336/PIS
 System.Threading.Tasks.Task <UkazkaSluzieb.ServiceReference1.updateResponse> UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.updateAsync(UkazkaSluzieb.ServiceReference1.updateRequest request)
 {
     return(base.Channel.updateAsync(request));
 }
示例#4
0
文件: Reference.cs 项目: Majky336/PIS
 UkazkaSluzieb.ServiceReference1.updateResponse UkazkaSluzieb.ServiceReference1.Team024KnihaPortType.update(UkazkaSluzieb.ServiceReference1.updateRequest request)
 {
     return(base.Channel.update(request));
 }