Пример #1
0
 public long[] GetBarcodCodes(Func <Book, bool> condition = null)
 {
     return(_bookdal.GetBarcodCodes(condition));
 }