示例#1
0
 public async Task <Room> AddRoom(Room room)
 {
     return(await _roomRepo.AddAsync(room));
 }