Example #1
0
 public IList <Funcion> ListarFunciones()
 {
     return(_funcionService.GetLista());
 }