예제 #1
0
        public PlatformAdminController(ILogService loggerService, IUserService userService, IPortService portalService, IPortuserService portalUserService,
                                       IUnitOfWork unitOfWork, IOrgService orgService, IOrgtypService orgtypServicer, IAuthrolService authrolService)
        {
            this._LoggerService      = loggerService;
            this._IUserService       = userService;
            this._IPortalService     = portalService;
            this._IPortalUserService = portalUserService;
            this._UnitOfWork         = unitOfWork;

            this._IOrgService     = orgService;
            this._IOrgtypServicer = orgtypServicer;
            this._IAuthrolService = authrolService;
        }
예제 #2
0
 public UserController(ILogService loggerService, IUserService userService, IContacttypService contacttypService,
                       IAuthrolService authrolService, IOrgService orgService, IMessagetemplateService messagetemplateService,
                       IMessageuserService messageuserService, IWkflowdefService wkflowdefService, IWkflowinstanceService wkflowinstanceService,
                       IOrgtyporgstatusService orgtyporgstatusService, IOrguserService _IOrguserService, IUnitOfWork unitOfWork)
 {
     this._LoggerService           = loggerService;
     this._IUserService            = userService;
     this._IContacttypService      = contacttypService;
     this._IAuthrolService         = authrolService;
     this._IOrgService             = orgService;
     this._IMessagetemplateService = messagetemplateService;
     this._IMessageuserService     = messageuserService;
     this._IWkflowdefService       = wkflowdefService;
     this._IWkflowinstanceService  = wkflowinstanceService;
     this._IOrgtyporgstatusService = orgtyporgstatusService;
 }
예제 #3
0
        public SignupController(ILogService loggerService, IOrgService orgService, IOrgcustService orgCustService,
                                IOrgresellerService orgResellerService, IOrgorgService orgorgService, IOrgtypService orgtypService,
                                IUserService userService, IWkflowdefService wkflowdefService, IWkflowinstanceService wkflowinstanceService,
                                IAuthrolService authrolService, IMessagetemplateService messagetemplateService, IContacttypService contacttypService,
                                IOrgtyporgstatusService orgtyporgstatusService)
        {
            this._loggerService = loggerService;
            this._IOrgService   = orgService;

            _IOrgcustService     = orgCustService;
            _IOrgresellerService = orgResellerService;
            _IOrgorgService      = orgorgService;
            _IOrgtypService      = orgtypService;
            _IUserService        = userService;

            _IWkflowdefService       = wkflowdefService;
            _IWkflowinstanceService  = wkflowinstanceService;
            _IAuthrolService         = authrolService;
            _IMessagetemplateService = messagetemplateService;
            _IContacttypService      = contacttypService;
            _IOrgtyporgstatusService = orgtyporgstatusService;
        }
예제 #4
0
        public CustomerController(ILogService loggerService, IOrgService orgService, IOrgcustService orgCustService,
                                  IOrgresellerService orgResellerService, IOrgorgService orgorgService, IOrgtyporgstatusService orgtyporgstatusService,
                                  IUserService userService, IUserloginhistService userloginhistService, IWkflowinstanceService wkflowinstanceService,
                                  IOrgdoctypService orgdoctypService, IOrguserService orguserService, IOrgtypService orgtypService,
                                  IAuthrolService authrolService, IMessagetemplateService messagetemplateService,
                                  IOrglocnService orglocnService)
        {
            this._loggerService      = loggerService;
            this._IOrgService        = orgService;
            _IOrgcustService         = orgCustService;
            _IOrgresellerService     = orgResellerService;
            _IOrgorgService          = orgorgService;
            _IOrgtyporgstatusService = orgtyporgstatusService;
            _IUserService            = userService;
            _IUserloginhistService   = userloginhistService;
            _IWkflowinstanceService  = wkflowinstanceService;
            _IOrgdoctypService       = orgdoctypService;
            _IOrguserService         = orguserService;
            _IOrgtypService          = orgtypService;

            _IAuthrolService         = authrolService;
            _IMessagetemplateService = messagetemplateService;
            _IOrglocnService         = orglocnService;
        }