Exemple #1
0
 public tblDrawing Get(int id)
 {
     return(_drawingRepository.Get(id));
 }