Пример #1
0
 /**
  * 
  */
 public function chartSentDayAction()
 {
     $chartClient = $this->_mapperCampaign->chartSentDay($this->_getAllParams());
     $this->_helper->json($chartClient);
 }