示例#1
0
 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();
 }
示例#2
0
 public SILLogAttribute(IUserAccessLogService userAccessLogService)
 {
     // TODO: Complete member initialization
     this.userAccessLogService = userAccessLogService;
 }