Пример #1
0
 List <Product> IProductService.GetAllProducts()
 {
     return(persistenceService.FindAllProducts());
 }