예제 #1
0
 public System.Threading.Tasks.Task <BarbeariaWebApi.AgendamentoServiceReference.Agendamento> UpdateAsync(int id, BarbeariaWebApi.AgendamentoServiceReference.Agendamento agendamento)
 {
     return(base.Channel.UpdateAsync(id, agendamento));
 }
예제 #2
0
 public System.Threading.Tasks.Task <BarbeariaWebApi.AgendamentoServiceReference.Agendamento> NewAsync(BarbeariaWebApi.AgendamentoServiceReference.Agendamento agendamento)
 {
     return(base.Channel.NewAsync(agendamento));
 }
예제 #3
0
 public BarbeariaWebApi.AgendamentoServiceReference.Agendamento Update(int id, BarbeariaWebApi.AgendamentoServiceReference.Agendamento agendamento)
 {
     return(base.Channel.Update(id, agendamento));
 }
예제 #4
0
 public BarbeariaWebApi.AgendamentoServiceReference.Agendamento New(BarbeariaWebApi.AgendamentoServiceReference.Agendamento agendamento)
 {
     return(base.Channel.New(agendamento));
 }