Exemplo n.º 1
0
 public function createKanban($kanban_name, $tracker_id)
 {
     return $this->dao->create($kanban_name, $tracker_id);
 }