Ejemplo n.º 1
0
        private void DoAddTheraptPlaceType()
        {
            var newTherapyPlaceType = TherapyPlaceTypeCreateAndEditLogic.Create();

            dataCenter.AddNewTherapyPlaceType(newTherapyPlaceType);
            connectionService.SendTherapyPlaceTypeAddedNotification(newTherapyPlaceType);
            TherapyPlaceTypes.Add(newTherapyPlaceType);

            SelectedTherapyPlaceType = newTherapyPlaceType;
        }