public PlatformAuthController(ILogService loggerService, IUserService userAccountService, IPortService portalService, IPortuserService portalUserService, IUnitOfWork unitOfWork)//, ISessionService sessionService,ISessionTypeService sessionTypeService { this._LoggerService = loggerService; this._IUserService = userAccountService; this._IPortalService = portalService; this._IPortalUserService = portalUserService; //this._ISessionService = sessionService; this._UnitOfWork = unitOfWork; //this._ISessionTypeService = sessionTypeService; }
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; }