コード例 #1
0
 public List <cp_retencion_Info> get_list(int IdEmpresa, DateTime Fechaini, DateTime FechaFin)
 {
     try
     {
         return(odata.get_list(IdEmpresa, Fechaini, FechaFin));
     }
     catch (Exception)
     {
         throw;
     }
 }
コード例 #2
0
 public List <cp_retencion_Info> get_list(int IdEmpresa, int IdSucursal, DateTime fecha_ini, DateTime fecha_fin)
 {
     try
     {
         return(odata.get_list(IdEmpresa, IdSucursal, fecha_ini, fecha_fin));
     }
     catch (Exception)
     {
         throw;
     }
 }