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

19 lines
358 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 GrupoCIIUController : BaseController
{
public ActionResult Index()
{
InitControllers();
return View();
}
}
}