Exemple #1
0
 public function saveNotification(NOTIFICATIONS_BOL_Notification $notification)
 {
     $this->notificationDao->saveNotification($notification);
 }