Beispiel #1
0
 public Product Read(int id)
 {
     return(session.Get <Product>(id));
 }