コード例 #1
0
ファイル: bn_HashTag.cs プロジェクト: tampham47/juddy.vn
 public int IncrViews(Guid id)
 {
     return((int)db.pb_HashTag_IncrViews(id).Single());
 }