Searching deleted package

This commit is contained in:
2023-04-26 01:22:33 +01:00
parent e5932a11c2
commit e2775dedaf
8 changed files with 36 additions and 40 deletions

View File

@ -1,3 +1,4 @@
using System.Collections.Generic;
using isnd.Data.Catalog;
namespace isnd
@ -5,6 +6,6 @@ namespace isnd
public class RegistrationPageIndexQueryAndResult
{
public PackageRegistrationQuery Query { get; set; }
public PackageRegistration Result { get; set; }
public PackageRegistration[] Result { get; set; }
}
}