public void NotifyEntityNotFound()
 {
     _state.NotifyEntityNotFound(_stateContext);
 }
Пример #2
0
 public void NotifyEntityNotFound()
 {
     _state.NotifyEntityNotFound();
 }