예제 #1
0
 public MensajesController(IPaisService IPaisService, IBitacoraMapper IBitacoraMa, IMensajeReceptorService pIMensajeReceptorService, IAdjuntoService IAdjuntoService, IMensajeReceptor pIMensajeReceptor, IMensajeService pImensajeService, IMensajeMap pIMensajeMap, IAdjuntoMap pIAdjuntoMap, IUserService pIUserService, IHostingEnvironment hostingEnvironment)
 {
     this.IPaisService            = IPaisService;
     this.IBitacoraMap            = IBitacoraMa;
     this.ImensajeService         = pImensajeService;
     this.IMensajeMap             = pIMensajeMap;
     this.IAdjuntoMap             = pIAdjuntoMap;
     this.IAdjuntoService         = IAdjuntoService;
     this.IUserService            = pIUserService;
     this.hostingEnvironment      = hostingEnvironment;
     this.IMensajeReceptorMap     = pIMensajeReceptor;
     this.IMensajeReceptorService = pIMensajeReceptorService;
 }
예제 #2
0
 public TareaController(IMensajeReceptorService IMensajeReceptorService, IMensajeReceptor IMensajeReceptorMap, IMensajeService ImensajeSerive, IConfiguracionFiltrosService IConfigService, ITipoTareaService ITipoService, IEstadoTareaService IEstadoService, ITareaMapper ITareaMapper, ITareaService pTareaServiceInterface, IContactoService IContactosService, IUserService IUserService)
 {
     this.IMensajeReceptorMap     = IMensajeReceptorMap;
     this.IMensajeReceptorService = IMensajeReceptorService;
     this.TareaServiceInterface   = pTareaServiceInterface;
     this.IContactosService       = IContactosService;
     this.IUserService            = IUserService;
     this.ITareaMapper            = ITareaMapper;
     this.IEstadoService          = IEstadoService;
     this.ITipoService            = ITipoService;
     this.IConfigService          = IConfigService;
     this.ImensajeSerive          = ImensajeSerive;
 }