示例#1
0
 public bool CanExit(string accessDeviceId, AccessDeviceType accessDeviceType, int locationId)
 {
     return(AccessControlRepository.CanExit(accessDeviceId, (int)accessDeviceType, locationId));
 }
示例#2
0
 public List <TimeSlot> GetServiceProfile(string accessDeviceId, AccessDeviceType accessDeviceType, int locationId)
 {
     return(AccessControlRepository.GetServiceProfile(accessDeviceId, (int)accessDeviceType, locationId));
 }