示例#1
0
文件: proxy.cs 项目: logalex96/.net2
 public System.Threading.Tasks.Task <bool> SetComandaStatusAsync(System.Guid id, CarService.StareComanda stareComanda, string descriere)
 {
     return(base.Channel.SetComandaStatusAsync(id, stareComanda, descriere));
 }
示例#2
0
文件: proxy.cs 项目: logalex96/.net2
 public bool SetComandaStatus(System.Guid id, CarService.StareComanda stareComanda, string descriere)
 {
     return(base.Channel.SetComandaStatus(id, stareComanda, descriere));
 }