I have this query: int maxShoeSize = Workers .Where(x => x.CompanyId == 8) .Max(x => x.ShoeSize); What will be in maxShoeSize if company ...
-
May 28, 2022
- 0 Comments