Пример #1
0
 public Book GetEntity(string id)
 {
     return(dal.GetEntity(id));
 }