コード例 #1
0
 public IList <Persona> GetByFuncionFiltro(int idFuncion, string term)
 {
     try
     {
         return(repository.GetByFuncionFiltro(idFuncion, term));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }