public async Task <IActionResult> GetAllExtendedLogs()
 {
     return(await _extendedLogHelper.GetAll());
 }
Exemplo n.º 2
0
 public async Task <IActionResult> GetAllEventServices(string includePropertyPaths = "")
 {
     return(await _serviceHelper.GetAll(includePropertyPaths));
 }
Exemplo n.º 3
0
 public async Task <IActionResult> GetAllNotifications()
 {
     return(await _notificationHelper.GetAll());
 }
Exemplo n.º 4
0
 public async Task <IActionResult> GetAllEventLocations(string includePropertyPaths = "")
 {
     return(await _locationHelper.GetAll(includePropertyPaths));
 }