コード例 #1
0
ファイル: DrawingService.cs プロジェクト: satyakommula/PMS
 public int Update(tblDrawing data)
 {
     return(_drawingRepository.Update(data));
 }