Ejemplo n.º 1
0
        public async Task <ActionResult> Delete(int id, FormCollection collection)
        {
            try
            {
                await _clientHelper.DelGaleriaAsync(id);

                return(RedirectToAction("Index"));
            }
            catch
            {
                return(View());
            }
        }