Beispiel #1
0
 public async Task <IActionResult> AddGuest()
 {
     return(await MakeActionCallAsync(async() => await _service.AddGuestAsync(GetDeviceId(), GetDeviceToken(),
                                                                              GetOsType(), GetLanguage(), UserCurrency)));
 }