Example #1
0
 public System.Threading.Tasks.Task <adminlte.TASGestionService.TASGestionSet> WebRecalcularAsync(adminlte.TASGestionService.TASGestionSet setTASGestion, string strAKASesion, string strAKASubCompania)
 {
     return(base.Channel.WebRecalcularAsync(setTASGestion, strAKASesion, strAKASubCompania));
 }
Example #2
0
 public adminlte.TASGestionService.TASGestionSet WebRecalcular(adminlte.TASGestionService.TASGestionSet setTASGestion, string strAKASesion, string strAKASubCompania)
 {
     return(base.Channel.WebRecalcular(setTASGestion, strAKASesion, strAKASubCompania));
 }
Example #3
0
 public System.Threading.Tasks.Task <long> WebEliminarDetalleAsync(adminlte.TASGestionService.TASGestionSet setTASGestion, string strAKASesion, string strAKASubCompania)
 {
     return(base.Channel.WebEliminarDetalleAsync(setTASGestion, strAKASesion, strAKASubCompania));
 }
Example #4
0
 public long WebEliminarDetalle(adminlte.TASGestionService.TASGestionSet setTASGestion, string strAKASesion, string strAKASubCompania)
 {
     return(base.Channel.WebEliminarDetalle(setTASGestion, strAKASesion, strAKASubCompania));
 }
Example #5
0
 public System.Threading.Tasks.Task <long> WebGuardarAsync(adminlte.TASGestionService.TASGestionSet setTASGestion, bool EsNuevo, string strAKASesion, string strAKASubCompania)
 {
     return(base.Channel.WebGuardarAsync(setTASGestion, EsNuevo, strAKASesion, strAKASubCompania));
 }
Example #6
0
 public long WebGuardar(adminlte.TASGestionService.TASGestionSet setTASGestion, bool EsNuevo, string strAKASesion, string strAKASubCompania)
 {
     return(base.Channel.WebGuardar(setTASGestion, EsNuevo, strAKASesion, strAKASubCompania));
 }