Пример #1
0
 public int UpdateOutward(tblOutwardWO outWardData)
 {
     return(_workOrderRepository.UpdateOutward(outWardData));
 }