コード例 #1
0
 public function postStoreJournalEntry()
 {
     return $this->JournalManagerService->saveJournalEntry($this->Input->json()->all());
 }