Beispiel #1
0
 public ProductPieceModel Get(int id)
 {
     return(_ProductPieceService.Get(id));
 }