Beispiel #1
0
        public ActionResult PutAuthArisp()
        {
            var autenticado = scrap.AuthArisp(x => x.Dispose());

            if (autenticado == true)
            {
                return(Ok());
            }
            return(BadRequest());
        }