Exemplo n.º 1
0
 public Room GetRoom(int id)
 {
     if (id == 0)
     {
         return(null);
     }
     return(_bedRepository.GetRoom(id));
 }