Пример #1
0
 public void Ekle(Personeller entity)
 {
     _personelDal.Ekle(entity);
 }