示例#1
0
 public int Update(tblDrawing data)
 {
     return(_drawingRepository.Update(data));
 }