Exemple #1
0
 public async Task <IEnumerable <Product> > GetProducts()
 {
     return(await Task.FromResult(MockData.GetProducts()));
 }