public IQueryable <Book> GetList() { return(_bus.GetList()); }
public async Task <List <Book> > Get() { return(await business.GetList()); }