Exemplo n.º 1
0
 public int IncrViews(Guid id)
 {
     return((int)db.pb_Product_IncrViews(id).Single());
 }