Exemplo n.º 1
0
 public Product FindProductByKey(string key)
 {
     return(Container.FindByKey <Product>(int.Parse(key)));
 }