How can I add groupby Id to this nhibernate code because I'm new with it and there is many way but none work for me.
.Select(Projections.Sum(() => ServiceOrderItem.WorkTime),
Projections.ProjectionList().Add(Projections.Property(
() => ServiceOrder.Id).WithAlias(() => TechnicianWorkTime.Id))
)
There will be more in ProjectionList...