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