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