Files
mixtape/zero.Core/RecycleBin/RecycleBinListQuery.cs
T
2021-11-26 12:31:33 +01:00

10 lines
206 B
C#

//namespace zero.Core.Entities
//{
// public class RecycleBinListQuery : ListQuery<RecycledEntity>
// {
// public string Group { get; set; }
// public string OperationId { get; set; }
// }
//}