Searching deleted package
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user