Posts by Manoel Opá • 3 points
1 post
-
-2
votes1
answer43
viewsQ: How to do multiple Where validations with Linq and Mongo in c#
I am developing an Api and in my GET method can be passed word to be searched, start date and end date. However all fields are optional, that is, I can pass only the word without date, I can pass…