public UserAccessLogController(IOwnerService ownerService, IOwnerLevelService ownerLevelService, IUserAccessLogService accessLogService, ILocalizationService localizationService, ValidationResult respStatus, IUserService userService) { _ownerService = ownerService; _ownerLevelService = ownerLevelService; _accessLogService = accessLogService; _localizationService = localizationService; _respStatus = respStatus; _userService = userService; UserID = SILAuthorization.GetUserID(); }
public SILLogAttribute(IUserAccessLogService userAccessLogService) { // TODO: Complete member initialization this.userAccessLogService = userAccessLogService; }