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