Пример #1
0
 public int Update(tblInwardWO inwardData)
 {
     return(_workOrderRepository.Update(inwardData));
 }