public bool CanExit(string accessDeviceId, AccessDeviceType accessDeviceType, int locationId) { return(AccessControlRepository.CanExit(accessDeviceId, (int)accessDeviceType, locationId)); }
public List <TimeSlot> GetServiceProfile(string accessDeviceId, AccessDeviceType accessDeviceType, int locationId) { return(AccessControlRepository.GetServiceProfile(accessDeviceId, (int)accessDeviceType, locationId)); }