public List <cp_orden_giro_Info> get_lst(int IdEmpresa, int IdSucursal, DateTime fi, DateTime ff)
 {
     try
     {
         return(data.get_lst(IdEmpresa, IdSucursal, fi, ff));
     }
     catch (Exception)
     {
         throw;
     }
 }
示例#2
0
 public List <cp_orden_giro_Info> get_lst(int IdEmpresa, int IdSucursal, DateTime fi, DateTime ff, bool MostrarDocumentosElectronicos)
 {
     try
     {
         return(data.get_lst(IdEmpresa, IdSucursal, fi, ff, MostrarDocumentosElectronicos));
     }
     catch (Exception)
     {
         throw;
     }
 }