2021-11-26 12:31:33 +01:00
|
|
|
//using System.Linq;
|
|
|
|
|
//using zero.Core.Entities;
|
2021-10-15 13:04:05 +02:00
|
|
|
|
2021-11-26 12:31:33 +01:00
|
|
|
//namespace zero.Core.Database.Indexes
|
|
|
|
|
//{
|
|
|
|
|
// public class zero_RecycledEntities : ZeroIndex<RecycledEntity>
|
|
|
|
|
// {
|
|
|
|
|
// protected override void Create()
|
|
|
|
|
// {
|
|
|
|
|
// Map = items => items.Select(item => new
|
|
|
|
|
// {
|
|
|
|
|
// Group = item.Group,
|
|
|
|
|
// OperationId = item.OperationId,
|
|
|
|
|
// CreatedDate = item.CreatedDate
|
|
|
|
|
// });
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
//}
|