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

18 lines
No EOL
379 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 SugefDetalleController : BaseController
{
// GET: SugefDetalle
public ActionResult Index()
{
InitControllers();
return View();
}
}
}