コード例 #1
0
ファイル: WorkOrderService.cs プロジェクト: satyakommula/PMS
 public tblInwardWO Get(int id)
 {
     return(_workOrderRepository.Get(id));
 }