示例#1
0
文件: Cor.php 项目: RTPorfirio/SCJ
 public static function deletaCor($cor)
 {
     return CorDao::deletaCor($cor);
 }