| Current Path : /home/c/i/n/cinepatreb/www/php/dao/class/dto/ | 
| Current File : /home/c/i/n/cinepatreb/www/php/dao/class/dto/ListeJourGroupe.class.php | 
<?php
	/**
	 * Object represents table 'listeGenreFilm'
	 *
     	 * @author: http://phpdao.com
     	 * @date: 2015-01-28 23:26	 
	 */
	class ListeJourGroupe{
		
		var $jour;
		var $fkGroupe;
		var $cine;
		
	}
?>