コード例 #1
0
 public List <OgrKitap> OgrKitapGetirOgrenciIdeGore(int Ogrenci_Id)
 {
     return(dbSelect.GetByOgrenciIdOGRKitap(Ogrenci_Id));
 }