summaryrefslogtreecommitdiff
path: root/demos/time-tracker/protected/App_Code/UserReport.php
blob: e75291203188ff736daa9e7daaa555e095b6211e (plain)
1
2
3
4
5
6
7
8
9
10
<?php

class UserReport
{
	public $Username = '';
	public $CategoryID = 0;
	public $ActualDuration = 0.0;	
}

?>