No release yet
This commit is contained in:
10
src/isnd/ViewModels/RegistrationPageIndexQueryAndResult.cs
Normal file
10
src/isnd/ViewModels/RegistrationPageIndexQueryAndResult.cs
Normal file
@ -0,0 +1,10 @@
|
||||
using isnd.Data.Catalog;
|
||||
|
||||
namespace isnd
|
||||
{
|
||||
public class RegistrationPageIndexQueryAndResult
|
||||
{
|
||||
public RegistrationPageIndexQuery Query { get; set; }
|
||||
public RegistrationPageIndex Result { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user