Exemple #1
0
 public int Insert(tblDrawing data)
 {
     return(_drawingRepository.Insert(data));
 }