Exemple #1
0
 public System.Threading.Tasks.Task <string> ModificarPresupuestoAsync(Pacifico.SINCO.EN.MSPresupuesto Presupuesto, Pacifico.SINCO.EN.MSDetallePresupuesto[] DestallePresupuesto)
 {
     return(base.Channel.ModificarPresupuestoAsync(Presupuesto, DestallePresupuesto));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <string> AgregarPresupuestoAsync(Pacifico.SINCO.EN.MSPresupuesto Presupuesto)
 {
     return(base.Channel.AgregarPresupuestoAsync(Presupuesto));
 }
Exemple #3
0
 public string ModificarPresupuesto(Pacifico.SINCO.EN.MSPresupuesto Presupuesto, Pacifico.SINCO.EN.MSDetallePresupuesto[] DestallePresupuesto)
 {
     return(base.Channel.ModificarPresupuesto(Presupuesto, DestallePresupuesto));
 }
Exemple #4
0
 public string AgregarPresupuesto(Pacifico.SINCO.EN.MSPresupuesto Presupuesto)
 {
     return(base.Channel.AgregarPresupuesto(Presupuesto));
 }