marcelagraz

Results 3 comments of marcelagraz

Hi @dallasbeek , thanks in advance for the fast response I need for example to update several items from a table, and I need to update just the ones specified...

The thing here is that I don't have a list of items, I would have to access database one more time in order to query the list and it could...

Sorry, I have an error in the post, I'm currently doing something like: ``` public async Task UpdateAllLineStatus(int deliveryInternalId, int lineStatus) { var wtfDeliveryOrderDtl = new WtfDeliveryOrderDtl { DeliveryInternalId =...