GITLAB

Practica symfony2 / practica

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • practica
  • src
  • UBV
  • PracticaBundle
  • Entity
  • ComiteTipoRepository.php
  • 0df435368   inicializando proyecto de practica Browse Code ยป
    Edgar Gonzalez
    2018-01-23 11:05:12 -0400  
ComiteTipoRepository.php 268 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php

namespace UBV\SurUbvBundle\Entity;

use Doctrine\ORM\EntityRepository;

/**
 * ComiteTipoRepository
 *
 * This class was generated by the Doctrine ORM. Add your own custom
 * repository methods below.
 */
class ComiteTipoRepository extends EntityRepository
{
}