Exemplo n.º 1
0
        public async Task <CheckInResponse> CheckInAsync(CheckInRequest request)
        {
            await Task.Delay(2000);

            return(new CheckInResponse {
                Succeeded = true,
                Result = true
            });
        }
Exemplo n.º 2
0
 public async Task <CheckInResponse> CheckInAsync(CheckInRequest request)
 {
     throw new NotImplementedException();
 }