コード例 #1
0
 public Kitaplar GetKitapById(int id)
 {
     return(dbSelect.GetKitapById(id));
 }