ProyectoEjeFormacionRepository.php
291 Bytes
<?php
namespace UBV\SurUbvBundle\Repository;
use Doctrine\ORM\EntityRepository;
/**
* ProyectoEjeFormacionRepository
*
* This class was generated by the Doctrine ORM. Add your own custom
* repository methods below.
*/
class ProyectoEjeFormacionRepository extends EntityRepository
{
}