namespace WIDESEA_StorageBasicService; public class LocationStatusChangeRecordService : ServiceBase, ILocationStatusChangeRecordService { public LocationStatusChangeRecordService(ILocationStatusChangeRecordRepository BaseDal) : base(BaseDal) { } }