Exemplo n.º 1
0
 public Task <List <Product> > GetTasksAsync()
 {
     return(restService.RefreshDataAsync());
 }