Example #1
0
 public async Task <DoorPingResult> Ping(int id)
 {
     return(await _doorService.PingDoor(id));
 }