Exemple #1
0
 // GET: api/Room/5
 public Room Get(int id)
 {
     return(_roomRepo.GetById(id));
 }