Exemple #1
0
 public System.Threading.Tasks.Task <bool> SetComandaStatusAsync(System.Guid id, CarService.StareComanda stareComanda, string descriere)
 {
     return(base.Channel.SetComandaStatusAsync(id, stareComanda, descriere));
 }
Exemple #2
0
 public bool SetComandaStatus(System.Guid id, CarService.StareComanda stareComanda, string descriere)
 {
     return(base.Channel.SetComandaStatus(id, stareComanda, descriere));
 }