public GlobalAdminPresenter(iApplicationContext oContext, View.iViewGlobalAdmin view) : base(oContext, view) { this.service = new TicketService(oContext); //TEMPORANEO Manager = new lm.Comol.Core.Business.BaseModuleManager(oContext); }
//public HelperExportToCsv() : base() { // CommonTranslations = new Dictionary<EduPathTranslations, string>(); //} public HelperExportTo(lm.Comol.Core.Business.BaseModuleManager manager) : base() { Manager = manager; }