Ejemplo n.º 1
0
 private void BindGridData()
 {
     gridControl1.DataSource = _musteriServis.ListForAnasayfa();
 }