Posts by Rique Cardoso • 31 points
2 posts
-
1
votes1
answer1942
viewsQ: TRANSACTION - How to correct a shipping error?
I think you can understand what I’m trying to do there: This method will make a foreach for each item in my movement list, and send each as a parameter to the method that will save them in the BD. I…
-
2
votes1
answer334
viewsQ: Why are you saying this object is null?
papelX.moderador = abc.Id; papelX.participantes.Add(abc); I’m finding a NullReferenceException in that code above. I’m creating an object papelX and I will use some properties of the object abc.…