Example #1
0
        public EscapeRoom GetForOwner(int ER_ID)
        {
            IEscapeRoom_Services Service = new MAPMAServiceLayers.EscRef.EscapeRoom_ServicesClient();
            EscapeRoom           ER;

            ER = Service.GetForOwner(ER_ID);
            return(ER);
        }