public DataTable GetSheetDateByProjectUser(int projectID, int userID, DateTime startDate, DateTime endDate) { this.ClearBrokenRuleMessages(); DataTable dt = mgr.GetSheetDateByProjectUser(projectID, userID, startDate, endDate); this.AddBrokenRuleMessages(mgr.BrokenRuleMessages); return(dt); }