コード例 #1
0
 public string GetContentUrlById(int id)
 {
     return(dbManager.Execute(conn => DalArticle.GetContentUrlById(conn, id)));
 }