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