コード例 #1
0
 public async Task <JsonResult> GetNotificationById(Guid?notificationId)
 => await JsonAsync(_notify.GetNotificationByIdAsync(notificationId));