Пример #1
0
 public Room GetRoomById(int Id)
 {
     Functions F =  new Functions();
     Room X = F.GetRoom(Id);
     F.Dispose();
     return X;
 }