skip to Main Content

Insert a document to a MongoDB

I am trying to build a simple API connected to a MongoDB. I have customers and I want to add those to the DB This is my customer class: public class Customer : BaseCustomer { public Customer(string name, string surname,…

VIEW QUESTION
Back To Top
Search