Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> UpdateAsync(WCF.WinUI.ServiceReference1.DTOProducts entity)
 {
     return(base.Channel.UpdateAsync(entity));
 }
Ejemplo n.º 2
0
 public bool Update(WCF.WinUI.ServiceReference1.DTOProducts entity)
 {
     return(base.Channel.Update(entity));
 }