Beispiel #1
0
 private DataTable GetData()
 {
     return(DBUtil.Select("SELECT * FROM dbo.task where userinfo_id = '" + UserInfoUtil.getLoginUser().Id + "'"));
 }