Example #1
0
 public async Task <List <AlertSetting> > GetAlertSettingsAsync()
 {
     return(await FacilityContext._getAlertSettinsAsync(this));
 }