Posts by Michel • 41 points
2 posts
-
0
votes1
answer59
viewsA: Problem comparing 2 lists
At the point in question, you could use a . Any instead of . Contains, and inside . Any use Contains to check your string. && c.Fornecedor.UnidadeFederativaFornecedor.Any(uff =>…
-
1
votes2
answers214
viewsA: How to perform a search with an interval between one and two dates in Asp.Net Core 2.2
When I took cases like this it was because in the database I had also saved hh:mm:ss, and from the interface these values came zeroed. To circumvent you can use the . Date of Datetime to eliminate…