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