Пример #1
0
 public List <tblDrawing> GetAll()
 {
     return(_drawingRepository.GetAll());
 }