Base solution for your next web application

Activities of "amerWAM"

Thank you very much, yeah its regarding mongo query.

Hi,

Thanks for your answer. I figured out how to save auditt data on mongoDb and it is done. Now I can't get data bask to be read on the UI I changed AuditLogAppService to get data from mongoDB client but it fires exception: "System.Reflection.TargetException: Non-static method requires a target." when GetAuditLogs method call var resultCount = await query.CountAsync();

Please let me know what i did wrong in the below code.

Showing 1 to 2 of 2 entries