示例#1
0
 public bool ValidateNewCameraName(int locationId, string cameraName)
 {
     return(_dbQueryService.GetCameraWithNameAtLocation(locationId, cameraName) == null);
 }