| | | 1 | | namespace WinSolutions.Sveta.Server.Data.DataModel.Extensions |
| | | 2 | | { |
| | | 3 | | using Clave.Expressionify; |
| | | 4 | | using System; |
| | | 5 | | using System.Collections.Generic; |
| | | 6 | | using System.Linq; |
| | | 7 | | using System.Text; |
| | | 8 | | using WinSolutions.Sveta.Server.Data.DataModel.Entities; |
| | | 9 | | |
| | | 10 | | public static class PriceTrendDetailExtensions_Expressionify |
| | | 11 | | { |
| | | 12 | | public static System.Linq.Expressions.Expression<System.Func<IEnumerable<PriceTrendDetail>, long, PriceTrendDeta |
| | | 13 | | { |
| | 0 | 14 | | get; |
| | | 15 | | } |
| | | 16 | | |
| | 0 | 17 | | = (IEnumerable<PriceTrendDetail> priceTrendDetails, long departmentId) => priceTrendDetails.Where(x => !x.IsDele |
| | | 18 | | } |
| | | 19 | | } |