Exemplo n.º 1
0
 public IEnumerable <NOT_APLICACION> GetAplicacion()
 {
     try
     {
         listaAplicacion = aplicacion.AllRead();
     }
     catch (Exception e)
     {
         //HttpResponseMessage { StatusCode = HttpStatusCode.OK, ReasonPhrase = "Deleted" };
     }
     finally
     {
         //session.Dispose();
     }
     return(listaAplicacion);
 }