Esempio n. 1
0
 public void UpdateEvento(ApplicationForm.AppService.COM_Det_Cotizacion_OV_EventosTareas_BE oEvento)
 {
     base.Channel.UpdateEvento(oEvento);
 }
Esempio n. 2
0
 public System.Threading.Tasks.Task UpdateEventoAsync(ApplicationForm.AppService.COM_Det_Cotizacion_OV_EventosTareas_BE oEvento)
 {
     return base.Channel.UpdateEventoAsync(oEvento);
 }
Esempio n. 3
0
 public ApplicationForm.AppService.COM_Det_Cotizacion_OV_EventosTareas_BE InsertEvento(ApplicationForm.AppService.COM_Det_Cotizacion_OV_EventosTareas_BE oEvento)
 {
     return base.Channel.InsertEvento(oEvento);
 }