TFS_ANTIGUO/SInCathay/ULA.Cathay.Credito/Controllers/DesembolsoController.cs

26 lines
No EOL
502 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace ULA.Cathay.Credito.Controllers
{
public class DesembolsoController : BaseController
{
public ActionResult InclusionSolicitudDesembolso()
{
InitControllers();
return View();
}
public ActionResult IngresoCaratulaAprobacionUnica()
{
InitControllers();
return View();
}
}
}