Esempio n. 1
0
 public Product GetGoodsByID(int link_id)
 {
     var pr = new ProductRepository();
     // кеш тута
     return pr.GetGoodsByID(link_id);
 }