コード例 #1
0
 public static SysUser FindByPk(long id)
 {
     return(userDao.FindByPk(id));
 }