コード例 #1
0
ファイル: LinkService.cs プロジェクト: ipr9n/ShortLinker
 public void AddViewCount(string id)
 {
     Db.AddViewCount(id);
 }