コード例 #1
0
 private bool FindUserId(string userId)
 {
     return(SqlCommandTemplate(SQLString.SELECT_USERID(userId)));
 }