コード例 #1
0
 public StationaryTestingProduct CreateStationaryTestingProduct
     (StationaryTestingProduct stationaryTestingProduct)
 {
     return(_stationaryTestingProductService
            .CreateStationaryTestingProduct(stationaryTestingProduct));
 }