Exemplo n.º 1
0
 public Kullanici GetById(int id)
 {
     return(_kullaniciDal.GetById(id));
 }