diff options
Diffstat (limited to 'demos/time-tracker/protected/App_Code/UserReport.php')
-rw-r--r-- | demos/time-tracker/protected/App_Code/UserReport.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/time-tracker/protected/App_Code/UserReport.php b/demos/time-tracker/protected/App_Code/UserReport.php new file mode 100644 index 00000000..e7529120 --- /dev/null +++ b/demos/time-tracker/protected/App_Code/UserReport.php @@ -0,0 +1,10 @@ +<?php
+
+class UserReport
+{
+ public $Username = '';
+ public $CategoryID = 0;
+ public $ActualDuration = 0.0;
+}
+
+?>
\ No newline at end of file |