Beispiel #1
0
 private void LoadProduct()
 {
     dgwProducts.DataSource = _productDal.GettAll();
 }