예제 #1
0
 public List <Af_Activo_fijo_Info> get_list(int IdEmpresa, bool mostrar_anulados)
 {
     try
     {
         return(odata.get_list(IdEmpresa, mostrar_anulados));
     }
     catch (Exception)
     {
         throw;
     }
 }