示例#1
0
 public async Task <Book> GetByDescription(string description)
 {
     return(await _facade.FindBookByDescriptionAsync(description));
 }