Exemple #1
0
 public System.Threading.Tasks.Task <System.Collections.Generic.List <Entidades.SP_OBTENER_ORDEN_VIATICOS_Result> > ObtenerOrdenAsync(Entidades.TBL_SOLICITUDVIATICOS obj)
 {
     return(base.Channel.ObtenerOrdenAsync(obj));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <int> GenerarOrdenViaticosAsync(Entidades.TBL_CABECERAORDENVIATICO orden, Entidades.TBL_SOLICITUDVIATICOS solicitud)
 {
     return(base.Channel.GenerarOrdenViaticosAsync(orden, solicitud));
 }
 public System.Threading.Tasks.Task <bool> GuardarSolicitudDetalleAsync(Entidades.TBL_SOLICITUDVIATICOS Obj_Solicitud, System.Collections.Generic.List <Entidades.TBL_DETALLESOLICITUDVIATICOS> Obj_SolicitudDetalle)
 {
     return(base.Channel.GuardarSolicitudDetalleAsync(Obj_Solicitud, Obj_SolicitudDetalle));
 }
Exemple #4
0
 public int GenerarOrdenViaticos(Entidades.TBL_CABECERAORDENVIATICO orden, Entidades.TBL_SOLICITUDVIATICOS solicitud)
 {
     return(base.Channel.GenerarOrdenViaticos(orden, solicitud));
 }
 public bool GuardarSolicitudDetalle(Entidades.TBL_SOLICITUDVIATICOS Obj_Solicitud, System.Collections.Generic.List <Entidades.TBL_DETALLESOLICITUDVIATICOS> Obj_SolicitudDetalle)
 {
     return(base.Channel.GuardarSolicitudDetalle(Obj_Solicitud, Obj_SolicitudDetalle));
 }