Exemplo n.º 1
0
 public AlertSettingsView[] GetAlertsSettings(string SN, bool SendDefaults)
 {
     return(_AdminRepository.AlertSettings_Get(SN).Select(u => new AlertSettingsView(u, SendDefaults)).ToArray());
 }