Exemplo n.º 1
0
 Product IProductService.GetProduct(string name)
 {
     return(persistenceService.FindProductByID(name));
 }