예제 #1
0
 public function getTotalShotsAllUsers()
 {
     $dao = new HowitzerDao($this->db);
     return $dao->getTotalShotsAllUsers();
 }