Beispiel #1
0
 private void BindProductDetails()
 {
     if (_selectedAssembly != null)
     {
         bsStockBillItems.DataSource = productionRepository.GetStockBillItems(_selectedAssembly.ProductId);
     }
 }