Infrastructure/OpenAuth.App/BaseApp/ModuleManager/Request/QueryElementListReq.cs

16 lines
326 B
C#

using OpenAuth.App.Request;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using OpenAuth.App.BaseApp.Base;
namespace OpenAuth.App.ModuleManager
{
public class QueryElementListReq : PageReq
{
public string ModuleId { get; set; }
}
}