コード例 #1
0
 public IQueryable GetactivitiesByProjectId(string date)
 {
     return(timesheet.GetTimesheetsByDate(date));
 }