GITLAB

Practica symfony2 / practica

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • practica
  • src
  • UBV
  • PracticaBundle
  • Repository
  • estadoRepository.php
  • 5a1880862   agregando entidades al proyecto Browse Code ยป
    Edgar Gonzalez
    2018-01-23 13:17:16 -0400  
estadoRepository.php 244 Bytes
edit raw blame history permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<?php

namespace UBV\PracticaBundle\Repository;

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