Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <BarbeariaWebApi.PrestadorServiceReference.Prestador> UpdateAsync(int id, BarbeariaWebApi.PrestadorServiceReference.Prestador prestador)
 {
     return(base.Channel.UpdateAsync(id, prestador));
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <BarbeariaWebApi.PrestadorServiceReference.Prestador> NewAsync(BarbeariaWebApi.PrestadorServiceReference.Prestador prestador)
 {
     return(base.Channel.NewAsync(prestador));
 }
Ejemplo n.º 3
0
 public BarbeariaWebApi.PrestadorServiceReference.Prestador Update(int id, BarbeariaWebApi.PrestadorServiceReference.Prestador prestador)
 {
     return(base.Channel.Update(id, prestador));
 }
Ejemplo n.º 4
0
 public BarbeariaWebApi.PrestadorServiceReference.Prestador New(BarbeariaWebApi.PrestadorServiceReference.Prestador prestador)
 {
     return(base.Channel.New(prestador));
 }