11 lines
261 B
C#
11 lines
261 B
C#
using System.Collections.Generic;
|
|
using isnd.Data.Catalog;
|
|
|
|
namespace isnd
|
|
{
|
|
public class RegistrationPageIndexQueryAndResult
|
|
{
|
|
public PackageRegistrationQuery Query { get; set; }
|
|
public PackageRegistration[] Result { get; set; }
|
|
}
|
|
} |