Пример #1
0
 public BookTypeDto GetByName(string text)
 {
     return(mapper.Map <BookTypeDto>(_Irepository.GetByName(text)));
 }