예제 #1
0
 private void OnUpdatedTherapyPlaceTypeAvailable(TherapyPlaceType updatedTherapyPlaceType)
 {
     cachedTherapyPlaceTypes[updatedTherapyPlaceType.Id] = updatedTherapyPlaceType;
     UpdatedTherapyPlaceTypeAvailable?.Invoke(updatedTherapyPlaceType);
 }
예제 #2
0
 private void OnUpdatedTherapyPlaceTypeAvailable(TherapyPlaceType therapyPlaceType)
 {
     UpdatedTherapyPlaceTypeAvailable?.Invoke(therapyPlaceType);
 }