示例#1
0
 private void LoadAlerts()
 {
     _remoteOperationManager.RunWithResultOperation(_view, () => _alertRepository.All());
 }