public ServiceSeat( SeatHistoryRepository seathistRepo, SeatRepository seatRepo, AuthRepository authRepo, UserRepository userRepo, FolderRepository folderRepo, UnitOfWork unit) : base(unit) { this.seathist_repo = seathistRepo; this.seat_repo = seatRepo; this.auth_repo = authRepo; this.user_repo = userRepo; this.folder_repo = folderRepo; }