Esempio n. 1
0
 public Task CloseRoomAsync(string id)
 {
     return(RoomResource.UpdateAsync(id, RoomResource.RoomStatusEnum.Completed));
 }