コード例 #1
0
 public static function create()
 {
     $db = PDOFactory::create();
     return new ProdutoModel($db);
 }