Пример #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));
 }