10 lines
190 B
C#
10 lines
190 B
C#
namespace zero.Core.Entities
|
|
{
|
|
public class RecycleBinListQuery : ListQuery<RecycledEntity>
|
|
{
|
|
public string Group { get; set; }
|
|
|
|
public string OperationId { get; set; }
|
|
}
|
|
}
|