コード例 #1
0
 public List <Kitaplar> KitapAdinaGoreGetir(string kitapAdi)
 {
     return(dbSelect.GetKitapByKitapAdi(kitapAdi));
 }