Example #1
0
 public BookInfo GetBookInfoById(string id)
 {
     return(BookInfo.FirstOrDefault(x => x.CcCliente.Equals(id)));
 }