Exemplo n.º 1
0
 //Get all Books
 public Task <List <Book> > GetAllBookDataAsync()
 {
     return(_im.GetAllBooks());
 }