TFS_ANTIGUO/SInCathay/ULA.Cathay.ModuloMantenimiento/Controllers/ExcepcionesController.cs

17 lines
No EOL
349 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace ULA.Cathay.ModuloMantenimiento.Controllers
{
public class ExcepcionesController : BaseController
{
public ActionResult Index()
{
InitControllers();
return View();
}
}
}