How to put into linq lambda expression two opposite things but one has additional clause – Asp.net
I have following situation: In my db table Schedule I have columns: IsConfirmed, IsAnonymous, DateTimeUtcRequestSend, EmailAddress, UMCN, Deleted, ServiceId User can be registered user or anonymous. If the user is anonymous, it has a flag IsAnonymous = 1 otherwise the…