示例#1
0
 public async Task DeleteRoomById(int id)
 {
     await _roomRepo.DeleteAsync(id);
 }