コード例 #1
0
 public async Task <IActionResult> GetAllExtendedLogs()
 {
     return(await _extendedLogHelper.GetAll());
 }
コード例 #2
0
 public async Task <IActionResult> GetAllEventServices(string includePropertyPaths = "")
 {
     return(await _serviceHelper.GetAll(includePropertyPaths));
 }
コード例 #3
0
 public async Task <IActionResult> GetAllNotifications()
 {
     return(await _notificationHelper.GetAll());
 }
コード例 #4
0
 public async Task <IActionResult> GetAllEventLocations(string includePropertyPaths = "")
 {
     return(await _locationHelper.GetAll(includePropertyPaths));
 }