예제 #1
0
파일: Cor.php 프로젝트: RTPorfirio/SCJ
 public static function deletaCor($cor)
 {
     return CorDao::deletaCor($cor);
 }