Beispiel #1
0
 public void LoadProducts()
 {
     dgvProducts.DataSource = _productDal.GetAll_SP();
 }