示例#1
0
 public async Task <IEnumerable <Product> > GetProducts()
 {
     return(await _fileSource.GetProductsFromFile(_filePath));
 }