<?php

namespace Offy\Bundle\DashboardBundle\Repository;

use Doctrine\ODM\MongoDB\DocumentRepository;

/**
 * ApplicantRepository
 *
 * This class was generated by the Doctrine ORM. Add your own custom
 * repository methods below.
 */
class ApplicantRepository extends DocumentRepository
{
    
}