How to update an object of a collection when update collection of that object in dotnet Core?

后端 未结 0 1089
别跟我提以往
别跟我提以往 2021-02-13 15:26

I have 3 colection:

 public class UpperZone : MongoEntity
{
     public string UpperZoneName{ get; set; }
     public List CountryList { get; set;          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题