Example #1
0
 public IList <Familia> ListarFamilias()
 {
     return(_familiaRepository.Listar());
 }