I'm using ABP and I have a entity Student and it has a List<Email>. In my StudendAppService I override the Create method to call InsertOrUpdate method instead of Insert, other properties updates well but List<Email> not.
What the best way to do it?
Comments
Post a Comment