Exemple #1
0
 public void Ajanda()
 {
     gridControl1.DataSource = _notlarService.GetAll();
 }
Exemple #2
0
 public void Listele()
 {
     gridControl1.DataSource = _notlarService.GetAll();
 }