Ejemplo n.º 1
0
 public void UpdateCollectionjob(string RMA, string jobref, string collectionDate, bool SwapclaimCollection, int shipmateConsignmentCreationId = 0)
 {
     _dal.UpdateCollectionjob(RMA, jobref, collectionDate, SwapclaimCollection, shipmateConsignmentCreationId);
 }
Ejemplo n.º 2
0
 public void UpdateCollectionjob(string RMA, string jobref, string collectionDate, bool SwapclaimCollection)
 {
     _dal.UpdateCollectionjob(RMA, jobref, collectionDate, SwapclaimCollection);
 }