Json – .NET Core API – Updating all fields while updating with DTO object
I created a .NET Core API project as below. Everything works very well. But when I send a small JSON file, the null fields in the DTO are reflected in the database. So how can I update only the submitted…