/// <summary>
 ///
 /// </summary>
 /// <param name="logger"></param>
 /// <param name="tokenManager"></param>
 /// <param name="userRoleService"></param>
 /// <param name="userService"></param>
 public RoleUsersController(ILogger <RoleUsersController> logger, TokenManager tokenManager, ISysUserRoleService userRoleService, ISysUsersService userService)
 {
     _logger          = logger;
     _tokenManager    = tokenManager;
     _userRoleService = userRoleService;
     _userService     = userService;
 }
 public SysRoleController(ISysRoleService newsService, ISysRoleMenuService _ServiceRoleMenu, ISysUserRoleService _SysUserRoleService)
     : base(newsService)
 {
     ServiceRoleMenu    = _ServiceRoleMenu;
     SysUserRoleService = _SysUserRoleService;
     _newsService       = newsService;
 }
Exemplo n.º 3
0
 public HttpUserInRole(ISysUserService userService, ISysRoleService roleService, ISysUserRoleService userRole, IHttpContextAccessor httpContextAccessor)
 {
     _userService         = userService;
     _httpContextAccessor = httpContextAccessor;
     _roleService         = roleService;
     _userRole            = userRole;
 }
Exemplo n.º 4
0
 public UserController(ISysUserService sysUserService, IWorkContext workContext, ISysUserRoleService sysUserRoleService, ISysRoleService sysRoleService)
 {
     this._sysUserService     = sysUserService;
     this._workContext        = workContext;
     this._sysUserRoleService = sysUserRoleService;
     this._sysRoleService     = sysRoleService;
 }
Exemplo n.º 5
0
 public OrdinaryAuthService(IHttpContextAccessor httpContextAccessor, ISysUserService sysUserService, ICategoryService categoryService, ISysUserRoleService sysUserRoleService, ISysPermissionService sysPermissionServices)
 {
     this._httpContextAccessor   = httpContextAccessor;
     this._sysUserService        = sysUserService;
     this._categoryService       = categoryService;
     this._sysUserRoleService    = sysUserRoleService;
     this._sysPermissionServices = sysPermissionServices;
 }
Exemplo n.º 6
0
 public RolePowersController(ILogger <RolePowersController> logger, TokenManager tokenManager, ISysRolePowerService rolePowerService, ISysPowerService powerService, ISysUserRoleService userRoleService)
 {
     _logger           = logger;
     _tokenManager     = tokenManager;
     _rolePowerService = rolePowerService;
     _powerService     = powerService;
     _userRoleService  = userRoleService;
 }
 public ITConfirmedCustomsController(ISysUserRoleService sysUserRoleService, IHostingEnvironment hostingEnvironment, IScheduleService scheduleService, IImportTrans_main_recordService importTrans_main_recordService, ISysCustomizedListService sysCustomizedListService)
 {
     this._hostingEnvironment             = hostingEnvironment;
     this._sysUserRoleService             = sysUserRoleService;
     this._scheduleService                = scheduleService;
     this._importTrans_main_recordService = importTrans_main_recordService;
     this._sysCustomizedListService       = sysCustomizedListService;
 }
Exemplo n.º 8
0
 public UserController(ISysCustomizedListService sysCustomizedListService, ISysUserService sysUserService, ISysUserRoleService sysUserRoleService, ISysRoleService sysRoleService, IHostingEnvironment hostingEnvironment, IHttpContextAccessor httpContextAccessor)
 {
     this._sysUserService           = sysUserService;
     this._sysUserRoleService       = sysUserRoleService;
     this._sysRoleService           = sysRoleService;
     this._sysCustomizedListService = sysCustomizedListService;
     this._hostingEnvironment       = hostingEnvironment;
     this._httpContextAccessor      = httpContextAccessor;
 }
 public ITShipmentCreateController(ISysUserService sysUserService, IOrderMainService orderMainService, ISysUserRoleService sysUserRoleService, IHostingEnvironment hostingEnvironment, IScheduleService scheduleService, IImportTrans_main_recordService importTrans_main_recordService, ISysCustomizedListService sysCustomizedListService)
 {
     this._hostingEnvironment             = hostingEnvironment;
     this._sysUserRoleService             = sysUserRoleService;
     this._scheduleService                = scheduleService;
     this._sysUserService                 = sysUserService;
     this._orderMainService               = orderMainService;
     this._importTrans_main_recordService = importTrans_main_recordService;
     this._sysCustomizedListService       = sysCustomizedListService;
 }
Exemplo n.º 10
0
 public AdminAuthService(IHttpContextAccessor httpContextAccessor, ISysUserService sysUserService,
                         ICategoryService categoryService, ISysUserRoleService sysUserRoleService,
                         ISysPermissionService sysPermissionService)
 {
     _httpContextAccessor  = httpContextAccessor;
     _sysUserService       = sysUserService;
     _categoryService      = categoryService;
     _sysUserRoleService   = sysUserRoleService;
     _sysPermissionService = sysPermissionService;
 }
Exemplo n.º 11
0
 public ITTransportController(IForwardChooseService forwardChooseService, IAttachmentService attachmentService, ISysUserRoleService sysUserRoleService, IHostingEnvironment hostingEnvironment, IScheduleService scheduleService, IImportTrans_main_recordService importTrans_main_recordService, ISysCustomizedListService sysCustomizedListService)
 {
     this._hostingEnvironment             = hostingEnvironment;
     this._sysUserRoleService             = sysUserRoleService;
     this._forwardChooseService           = forwardChooseService;
     this._scheduleService                = scheduleService;
     this._attachmentService              = attachmentService;
     this._importTrans_main_recordService = importTrans_main_recordService;
     this._sysCustomizedListService       = sysCustomizedListService;
 }
Exemplo n.º 12
0
 public CCPaymentInvoiceController(ISysUserService sysUserService, IInspecationMainService sysInspectionMainService, IInspectionRecordService sysInspectionRecordService, IInspectionService sysInspectionService, ISysUserRoleService sysUserRoleService, IHostingEnvironment hostingEnvironment, IScheduleService scheduleService, IImportTrans_main_recordService importTrans_main_recordService, ISysCustomizedListService sysCustomizedListService)
 {
     this._sysInspectionMainService       = sysInspectionMainService;
     this._hostingEnvironment             = hostingEnvironment;
     this._sysUserRoleService             = sysUserRoleService;
     this._sysUserService                 = sysUserService;
     this._scheduleService                = scheduleService;
     this._importTrans_main_recordService = importTrans_main_recordService;
     this._sysCustomizedListService       = sysCustomizedListService;
     this._sysInspectionService           = sysInspectionService;
     this._sysInspectionRecordService     = sysInspectionRecordService;
 }
Exemplo n.º 13
0
 public AdminAuthService(IHttpContextAccessor httpContextAccessor,
                         ISysUserService sysUserService,
                         ISysCategoryService sysCategoryService,
                         ISysPermissionService sysPermissionServices,
                         ISysUserRoleService sysUserRoleService)
 {
     this._sysPermissionServices = sysPermissionServices;
     this._sysUserRoleService    = sysUserRoleService;
     this._sysCategoryService    = sysCategoryService;
     this._httpContextAccessor   = httpContextAccessor;
     this._sysUserService        = sysUserService;
 }
Exemplo n.º 14
0
 /// <summary>
 /// </summary>
 /// <param name="unitOfWork">
 /// </param>
 /// <param name="sysRoleService">
 /// </param>
 /// <param name="iDepartmentService">
 /// </param>
 /// <param name="iUserInfo">
 /// </param>
 /// <param name="iSysDepartmentSysUserService">
 /// </param>
 /// <param name="userManager">
 /// </param>
 /// <param name="iEmailSender">
 /// </param>
 /// <param name="iSysUserRoleService">
 /// </param>
 /// <param name="sysUserService">
 /// </param>
 /// <param name="logger">
 /// </param>
 public SysUserController(IUnitOfWork unitOfWork, RoleManager <IdentityRole> sysRoleService,
                          ISysDepartmentService iDepartmentService, IUserInfo iUserInfo, UserManager <IdentityUser> userManager, IEmailSender iEmailSender, ISysUserRoleService iSysUserRoleService, ISysUserService sysUserService, ILogger <SysUserController> logger, ISysDepartmentSysUserService iSysDepartmentSysUserService)
 {
     _unitOfWork          = unitOfWork;
     _sysRoleService      = sysRoleService;
     _iDepartmentService  = iDepartmentService;
     _iUserInfo           = iUserInfo;
     _userManager         = userManager;
     _iEmailSender        = iEmailSender;
     _iSysUserRoleService = iSysUserRoleService;
     SysUserService       = sysUserService;
     _logger = logger;
     _iSysDepartmentSysUserService = iSysDepartmentSysUserService;
 }
Exemplo n.º 15
0
 public SysRoleService(IMemoryCache memoryCache,
                       ISysUserRoleService sysUserRoleService,
                       IRepository <Entities.SysRole> sysRoleRepository,
                       IRepository <Entities.SysUserRole> sysUserRoleRepository,
                       ISysPermissionService sysPermissionService,
                       IRepository <Entities.SysPermission> sysPermissionRepository)
 {
     this._sysUserRoleService      = sysUserRoleService;
     this._sysPermissionService    = sysPermissionService;
     this._memoryCache             = memoryCache;
     this._sysRoleRepository       = sysRoleRepository;
     this._sysUserRoleRepository   = sysUserRoleRepository;
     this._sysPermissionRepository = sysPermissionRepository;
 }
Exemplo n.º 16
0
 //IRedisCachingProvider
 public HomeController(ISysUserService userService,
                       ISysUserDeptService userDeptService,
                       ISysUserRoleService userRoleService,
                       ISysRoleModuleService roleModuleService,
                       ISysModuleService moduleService,
                       ISysDeptRoleService deptRoleService)
 {
     _userService       = userService;
     _userDeptService   = userDeptService;
     _userRoleService   = userRoleService;
     _roleModuleService = roleModuleService;
     _moduleService     = moduleService;
     _deptRoleService   = deptRoleService;
 }
Exemplo n.º 17
0
 public InspectionJyyController(IInspectionAttachmentService InspectionAttachmentService, ISysUserService sysUserService, IOrderService sysOrderService, IOrderMainService sysOrderMainService, IInspecationMainService sysInspectionMainService, IInspectionRecordService sysInspectionRecordService, IInspectionService sysInspectionService, ISysUserRoleService sysUserRoleService, IHostingEnvironment hostingEnvironment, IScheduleService scheduleService, IImportTrans_main_recordService importTrans_main_recordService, ISysCustomizedListService sysCustomizedListService)
 {
     this._sysOrderMainService         = sysOrderMainService;
     this._InspectionAttachmentService = InspectionAttachmentService;
     this._sysOrderService             = sysOrderService;
     this._sysInspectionMainService    = sysInspectionMainService;
     this._hostingEnvironment          = hostingEnvironment;
     this._sysUserRoleService          = sysUserRoleService;
     this._sysUserService  = sysUserService;
     this._scheduleService = scheduleService;
     this._importTrans_main_recordService = importTrans_main_recordService;
     this._sysCustomizedListService       = sysCustomizedListService;
     this._sysInspectionService           = sysInspectionService;
     this._sysInspectionRecordService     = sysInspectionRecordService;
 }
Exemplo n.º 18
0
 public LoginController(IConfiguration configuration,
                        IUserService userService,
                        ISysRoleService sysRoleService,
                        ISysResourcesService sysResourcesService,
                        ISysUserRoleService sysUserRoleService,
                        ISysRoleResourcesService sysRoleResourcesService,
                        PermissionRequirement permissionRequirement)
 {
     Configuration            = configuration;
     _userService             = userService;
     _sysRoleService          = sysRoleService;
     _sysResourcesService     = sysResourcesService;
     _sysUserRoleService      = sysUserRoleService;
     _sysRoleResourcesService = sysRoleResourcesService;
     _permissionRequirement   = permissionRequirement;
 }
Exemplo n.º 19
0
 public SysUserRoleController(ISysUserRoleService sysUserRoleService)
 {
     _sysUserRoleService = sysUserRoleService;
 }
Exemplo n.º 20
0
 public ITDetailController(ISysUserRoleService sysUserRoleService, IImportTrans_main_recordService importTrans_main_recordService, ISysCustomizedListService sysCustomizedListService)
 {
     this._importTrans_main_recordService = importTrans_main_recordService;
     this._sysUserRoleService             = sysUserRoleService;
     this._sysCustomizedListService       = sysCustomizedListService;
 }
Exemplo n.º 21
0
 public MainController(IImportTrans_main_recordService importTrans_main_recordService, IAdminAuthService adminAuthService, ISysUserRoleService sysUserRoleService)
 {
     this._adminAuthService               = adminAuthService;
     this._sysUserRoleService             = sysUserRoleService;
     this._importTrans_main_recordService = importTrans_main_recordService;
 }
Exemplo n.º 22
0
 public UserRoleController(ISysUserRoleService sysUserRoleService)
 {
     this._sysUserRoleService = sysUserRoleService;
 }